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

httpie dependency not pinned #5

Open
vbhavsar opened this issue Jan 9, 2022 · 1 comment
Open

httpie dependency not pinned #5

vbhavsar opened this issue Jan 9, 2022 · 1 comment

Comments

@vbhavsar
Copy link
Contributor

vbhavsar commented Jan 9, 2022

httpie dependency is defined as

'httpie>=0.9.7',

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

from httpie.compat import bytes

I believe the right way to fix this is to pin the dependency to a specific version (or a range of known good versions).

@m9aertner
Copy link

I ran into that second issue as well

from httpie.compat import bytes

I think that line can just be removed.

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

No branches or pull requests

2 participants