-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
project: vendored dependencyRelated to a vendored dependencyRelated to a vendored dependencystate: blockedCan not be done until something else is doneCan not be done until something else is donetype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes
Milestone
Description
What's the problem this feature will solve?
Currently pip vendors the urllib3 1.26.x version branch as a dependency of requests:
pip/src/pip/_vendor/vendor.txt
Lines 8 to 11 in 5fb46a3
| requests==2.32.3 | |
| certifi==2024.7.4 | |
| idna==3.7 | |
| urllib3==1.26.18 |
Since requests==2.30.0, requests has been compatible with urllib3>=2.0: psf/requests#6432 (comment)
This will upgrade a vendored dependency and unblock issues such as #11153.
Describe the solution you'd like
Upgrade the vendored version of urllib3 to a release on the v2.x.x release branch, preferably urllib3==2.2.2 (the latest current release) if possible.
Alternative Solutions
Remain on the v1.x.x branch indefinitely.
Additional context
I couldn't find any issue discussing upgrading this specific dependency.
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
project: vendored dependencyRelated to a vendored dependencyRelated to a vendored dependencystate: blockedCan not be done until something else is doneCan not be done until something else is donetype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes