Skip to content

Allow using urllib3 2.1.x with Python 3.10+ #3065

Description

@iherasymenko

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

1.29.1

Environment details (OS name and version, etc.)

N/A

Metadata

Metadata

Labels

dependenciesThis issue is a problem in a dependency.duplicateThis issue is a duplicate.feature-requestThis issue requests a feature.p2This is a standard priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions