-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Setting upper version bound for urllib3 #2105
Setting upper version bound for urllib3 #2105
Conversation
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.
|
Welcome @jsaalfeld! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsaalfeld, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This was added in kubernetes-client@27459d5. Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389 (I'm also not sure that I follow the logic in kubernetes-client#2105, since dependency resolvers will be able to work it out)
This was added in kubernetes-client@27459d5. Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389 (I'm also not sure that I follow the logic in kubernetes-client#2105, since dependency resolvers will be able to work it out)
This was added in kubernetes-client/python@27459d5. Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389 (I'm also not sure that I follow the logic in kubernetes-client/python#2105, since dependency resolvers will be able to work it out)
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.
What type of PR is this?
/kind bug
What this PR does / why we need it:
It fixed breaking dependencies.
Does this PR introduce a user-facing change?
NONE