-
Notifications
You must be signed in to change notification settings - Fork 171
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
requests-2.18.4 requires urllib3<1.23.0 #366
Comments
Hey @madstacks , that's super annoying. Here, I get a warning, but things work fine. Honestly, either path should be fine, but with SSL-type stuff, I tend to say newer is better. Go with requests 2.19.x. Thanks for the report! I'll update the requirements freeze in the next release. |
Thanks @skoczen. Also is there any reason to lock in on |
@madstacks nope, upgrading it's great. If you don't mind, would you submit a PR with the requirements that all end up meshing for you? Would be great to have a second set of eyes! |
I submitted a PR here #367 |
I just installed
will
in a fresh python3.4 virtualenv and it looks like the changes in 2.1.3 (cfea0f5) are pulling inurllib3==1.23
which is not compatible withrequests==2.18.4
.In requests 2.19.x they are allowing
urllib3<1.24
psf/requests@ac944b7#diff-2eeaed663bd0d25b7e608891384b7298
Do you recommend to upgrade requests to 2.19.x or downgrade urllib3 to 1.22?
The text was updated successfully, but these errors were encountered: