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

Upgrade Urllib3 Version #5654

Closed
MarianG opened this issue Nov 11, 2020 · 2 comments
Closed

Upgrade Urllib3 Version #5654

MarianG opened this issue Nov 11, 2020 · 2 comments

Comments

@MarianG
Copy link

MarianG commented Nov 11, 2020

I just encountered a problem, when I tried to run a regular script, because the dependencies for requests are a bit outdated. In your setup.py you still require urllib3 with a version limitation: 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1'.
My Problem was that the current available version 1.26 is obviously not valid and my pip command fails within the installation of the requests package.

Expected Result

Installation of package completes as usual.

Actual Result

ERROR: Could not find a version that satisfies the requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1

Reproduction Steps

   pip install urllib3

   pip install requests
@nateprewitt
Copy link
Member

This will be resolved tomorrow in #5651.

@nateprewitt
Copy link
Member

Requests 2.25.0 should now be released.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants