Allow using urllib3 2.1.x with Python 3.10+ #3065
Labels
dependencies
This issue is a problem in a dependency.
duplicate
This issue is a duplicate.
feature-request
This issue requests a feature.
p2
This is a standard priority issue
Describe the feature
This commit relaxed the version constraint and now it is possible to use
botocore
withurllib3
versions 2.0.x; however, this does not allow usingbotocore
with urllib32.1.x
.Use Case
I want to keep all of my dependencies up-to-date.
Proposed Solution
Change the constraint from
urllib3>=1.25.4,<2.1; python_version>="3.10"
tourllib3>=1.25.4,<3; python_version>="3.10"
Other Information
No response
Acknowledgements
SDK version used
1.29.1
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: