Describe the feature
This commit relaxed the version constraint and now it is possible to use botocore with urllib3 versions 2.0.x; however, this does not allow using botocore with urllib3 2.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" to urllib3>=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
Describe the feature
This commit relaxed the version constraint and now it is possible to use
botocorewithurllib3versions 2.0.x; however, this does not allow usingbotocorewith 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