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

Support for urllib3 2 #1365

Closed
tmct opened this issue Aug 3, 2023 · 1 comment · Fixed by #1389
Closed

Support for urllib3 2 #1365

tmct opened this issue Aug 3, 2023 · 1 comment · Fixed by #1389

Comments

@tmct
Copy link

tmct commented Aug 3, 2023

Hi - I see that urllib3 was pinned to <2.0 in #1283. Is there any plan to support 2.0 and above?

Thanks,
Tom

@clundin25
Copy link
Contributor

We are working on a plan to remove this limitation but there is no timeline for when that will happen.

markkuriekkinen added a commit to markkuriekkinen/a-plus that referenced this issue Aug 23, 2023
The google-auth package, which is a dependency of the kubernetes package,
is not compatible with urllib3 2.0. Thus, require urllib3 < 2.0
to avoid conflicts with the dependencies.

googleapis/google-auth-library-python#1283
googleapis/google-auth-library-python#1365
abdul5497 pushed a commit to abdul5497/python-dapp that referenced this issue Apr 1, 2024
Since google-auth doesn't support urllib3>2.0 (googleapis/google-auth-library-python#1365), an upper version bound for urllib3 needs to be set. Otherwise the package is not installable, since the dependency to google-auth breaks.
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 a pull request may close this issue.

2 participants