-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
botocore 1.34.63 requires outdated urllib3 with python 3.10 but python 3.11 #3143
Comments
Hi @annieDang, botocore has been usable with urllib3 2.x since October with #3034. We're confident the majority of users on those platforms have successfully upgraded and been using urllib3 2.0. The most recent change you referenced was to add support beyond 2.0.7 now that a breaking change has been fixed upstream. As noted in the other issues, Python 3.9 is not compatible with urllib3 on all platforms we support. We don't have intentions to change that restriction as detailed in #3138 (comment). Looking at the error you provided, it seems you are trying to install this on a version of Python older than 3.10 (presumably 3.9).
You may want to double check any lock files and that you're using the expected version of Python when installing. I installed a fresh copy of Python 3.11.4 on a macOS m1 and this was the result I'm seeing:
We can see it successfully resolves boto3/botocore 1.34.63 and urllib3 2.2.1. Please let us know if you have other questions after reviewing your installation setup. Thanks! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
From #3138 and #3141, even I use Python 3.10+
Work with python 3.10 but cannot work with python 3.11
Expected Behavior
Version botocore 1.34.63 should be compatible with urllib3 2.0+
Current Behavior
botocore 1.34.63 depends on urllib3<1.27 and >=1.25.4; python_version < "3.10"
Reproduction Steps
see above
Possible Solution
No response
Additional Information/Context
No response
SDK version used
Python 3.11; boto3 v1.34.63
Environment details (OS name and version, etc.)
Macos m1
The text was updated successfully, but these errors were encountered: