Skip to content
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

fix: support urllib3<2.0 versions #1390

Merged
merged 2 commits into from
Sep 28, 2023
Merged

fix: support urllib3<2.0 versions #1390

merged 2 commits into from
Sep 28, 2023

Conversation

arithmetic1728
Copy link
Contributor

@arithmetic1728 arithmetic1728 commented Sep 28, 2023

As mentioned in #1389 (comment), packages like botocore requires urllib3<1.27, so we modify the code to support all versions of urllib3.

python 3.10 unit test will use urllib3<2.0 version, and 3.11 unit test will use >2.0 version.

@arithmetic1728 arithmetic1728 merged commit 07c464a into main Sep 28, 2023
6 checks passed
@arithmetic1728 arithmetic1728 deleted the urllib3 branch September 28, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants