Requests: Upgrade Urllib3 Version

Created on 11 Nov 2020  路  2Comments  路  Source: psf/requests

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

Most helpful comment

This will be resolved tomorrow in #5651.

All 2 comments

This will be resolved tomorrow in #5651.

Requests 2.25.0 should now be released.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JimHokanson picture JimHokanson  路  3Comments

justlurking picture justlurking  路  3Comments

jake491 picture jake491  路  3Comments

NoahCardoza picture NoahCardoza  路  4Comments

jakul picture jakul  路  3Comments