boto / botocore

The low-level, core functionality of boto3 and the AWS CLI.
Apache License 2.0
1.44k stars 1.06k forks source link

Allow urllib3 2.2.1 to be installed #3137

Closed epicserve closed 3 months ago

epicserve commented 3 months ago

Describe the feature

There is a new version of urllib3 (v2.2.1) 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.

Use Case

So other projects that want to upgrade to urllib3 2.2.1 can without being blocked by the botocore library.

Proposed Solution

No response

Other Information

No response

Acknowledgements

SDK version used

latest

Environment details (OS name and version, etc.)

all

nateprewitt commented 3 months ago

Hi @epicserve,

This is currently being tracked in https://github.com/boto/botocore/issues/3138 which I believe was linked in your last issue. We're working on the update and will provide status there when it's available.

github-actions[bot] commented 3 months ago

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.

epicserve commented 3 months ago

@nateprewitt,

Sorry about the extra noise. I'm not sure how I missed it. I did look before creating the issue.

nateprewitt commented 3 months ago

No worries!