-
Notifications
You must be signed in to change notification settings - Fork 309
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
Comments
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
Merged
1 task
bh717
pushed a commit
to bh717/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
Hi - I see that urllib3 was pinned to <2.0 in #1283. Is there any plan to support 2.0 and above?
Thanks,
Tom
The text was updated successfully, but these errors were encountered: