We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
httpie dependency is defined as
httpie-aws-auth/setup.py
Line 26 in bc2435c
httpie is now at 2.6.0 and many things have changed since 0.9.7. This causes issues such as #3.
There is another compatibility issue. This import also doesn't exist in 2.6.0
httpie-aws-auth/httpie_aws_auth.py
Line 10 in bc2435c
I believe the right way to fix this is to pin the dependency to a specific version (or a range of known good versions).
The text was updated successfully, but these errors were encountered:
I ran into that second issue as well
from httpie.compat import bytes
I think that line can just be removed.
Sorry, something went wrong.
No branches or pull requests
httpie dependency is defined as
httpie-aws-auth/setup.py
Line 26 in bc2435c
httpie is now at 2.6.0 and many things have changed since 0.9.7. This causes issues such as #3.
There is another compatibility issue. This import also doesn't exist in 2.6.0
httpie-aws-auth/httpie_aws_auth.py
Line 10 in bc2435c
I believe the right way to fix this is to pin the dependency to a specific version (or a range of known good versions).
The text was updated successfully, but these errors were encountered: