Support urllib3 2.1.0 and 2.2.0 to be installed #3112
Labels
dependencies
This issue is a problem in a dependency.
duplicate
This issue is a duplicate.
feature-request
This issue requests a feature.
p3
This is a minor priority issue
Describe the feature
There is a new version of urllib3 (v2.2.0, v2.1.9) that can't be installed in projects that use botocore because, in the setup.py file, it has the version restriction:
urllib3>=1.25.4,<2.1; python_version>="3.10"
Use Case
urllib3 getting http/2 support (basic for now).
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
1.34.34
Environment details (OS name and version, etc.)
MacOSX Sonoma
The text was updated successfully, but these errors were encountered: