-
Notifications
You must be signed in to change notification settings - Fork 140
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
Eliminate dependency on requests #325
Comments
Here is the error, in case the above expires: ERROR: Cannot install hyperlink==21.0.0, idna==3.1 and treq because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested idna==3.1
hyperlink 21.0.0 depends on idna>=2.5
requests 2.25.1 depends on idna<3 and >=2.5
… |
twm
added a commit
that referenced
this issue
May 1, 2024
Add `treq.cookies` helper module A bunch of cookie-related stuff, incrementally stepping towards addressing #325: - Add tests that cover the (suprising!) way that cookiejars get updated. - Extract a scoped_cookie() helper for creating Cookie objects. - Add a search() function for searching a cookiejar. - Fix a CookieAgent MyPy failure. - Improve the typing of treq.response._Response (including its cookie() method). Fixes #384.
Sadly #266 has made the situation a little bit worse, as it uses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
treq
dependency onrequests
seems to be causing issues forKlein
and other packages that depend onidna
https://twistedmatrix.com/pipermail/twisted-python/2021-February/065444.html
The text was updated successfully, but these errors were encountered: