Skip to content
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

Fixed auth to use AWS package and use all the newest packages #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

razsteinmetz
Copy link

Hi,
Since it would not run on python 3.12, I updated mainly the auth.py to use the AWS official package for signing the url.
I also removed the limits on the various requirments. All tests pass with python 3.12.
I am not sure it will work on 2.7, i did not check, since I don't have it installed. I guess removing support for 2.7 is a good idea.
many thanks
Raz

requirements.txt Outdated
attrs>=18.1.0,<19.0.0
trans>=2.1.0,<3.0.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please put version ranges, otherwise things can randomly break

Copy link
Owner

@richardARPANET richardARPANET left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment, thanks!

@razsteinmetz
Copy link
Author

I added the version numbers (not ranges, since its very hard to go test other versions for each package). The latest works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants