-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade version pining due to pip warning #231
Comments
Thx, @tb102122 . Go for it and I'll merge. |
@schadem Why do you pin the versions for Pillow in the individual setup files to specific versions but in the main requiremnt.txt for the Dev setup it is not pinned? e.g.
|
@schadem should we close the issue or keep it open due to my comment ? |
We can close for now, there is more cleanup necessary as well. I want to upgrade all to a major 1, since they are used by many customers in prod now and we should should indicate a stable API now for example. |
Thx again, @tb102122 ! |
@schadem when will you be able to make the release? |
during the latest install I am getting the following error
DEPRECATION: amazon-textract-pipeline-pagedimensions 0.0.8 has a non-standard dependency specifier Pillow>=9.4.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of amazon-textract-pipeline-pagedimensions or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063
I am happy to support on the PR
I would suggest replacing e.g.
Pillow>=9.4.*
withPillow>=9.4
and in other wherepackageName>=x.x.*
is used withpackageName>=x.x
The text was updated successfully, but these errors were encountered: