You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be a duplicate of #2926. Boto3 and Botocore do support urllib3 2.0 on Python 3.10+. Versions of Python prior to that point will break with urllib3 2.0 in many environments such as AWS Lambda so we can't move that pin.
The latest version of urllib3 2.2 has a handful of additional breaking changes which is why we currently cap at 2.0.7.
I'll resolve this in favor of the primary tracking ticket linked above.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the feature
Any reason why urllib3 versions are restricted to certain v1 versions?
Use Case
Strict urllib3 version requirements to v1 don't allow projects that depend on botocore to use urllib3 >= 2.0
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
1.34.41
Environment details (OS name and version, etc.)
Ubuntu Jammy
The text was updated successfully, but these errors were encountered: