Add kubernetes python client from git at release-34.0#16226
Merged
TheRealHaoLiu merged 1 commit intoansible:develfrom Jan 9, 2026
Merged
Add kubernetes python client from git at release-34.0#16226TheRealHaoLiu merged 1 commit intoansible:develfrom
TheRealHaoLiu merged 1 commit intoansible:develfrom
Conversation
Switch to git-based installation of kubernetes python client from github.com/kubernetes-client/python at commit df31d90d6c910d6b5c883b98011c93421cac067d (release-34.0 branch). This also allows removing the urllib3<2.4.0 upper bound constraint that was previously required by kubernetes 34.1.0 from PyPI.
fosterseth
approved these changes
Jan 9, 2026
|
vjranagit
pushed a commit
to vjranagit/awx
that referenced
this pull request
Jan 18, 2026
Switch to git-based installation of kubernetes python client from github.com/kubernetes-client/python at commit df31d90d6c910d6b5c883b98011c93421cac067d (release-34.0 branch). This also allows removing the urllib3<2.4.0 upper bound constraint that was previously required by kubernetes 34.1.0 from PyPI.
vjranagit
pushed a commit
to vjranagit/awx
that referenced
this pull request
Jan 18, 2026
Switch to git-based installation of kubernetes python client from github.com/kubernetes-client/python at commit df31d90d6c910d6b5c883b98011c93421cac067d (release-34.0 branch). This also allows removing the urllib3<2.4.0 upper bound constraint that was previously required by kubernetes 34.1.0 from PyPI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



SUMMARY
Switch to git-based installation of kubernetes python client from github.com/kubernetes-client/python at commit df31d90d6c910d6b5c883b98011c93421cac067d (release-34.0 branch). This also allows removing the urllib3<2.4.0 upper bound constraint that was previously required by kubernetes 34.1.0 from PyPI.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Note
Shifts dependency management to use the upstream
kubernetesPython client from Git (commitdf31d90…onrelease-34.0) and updatesurllib3accordingly.kubernetesfrom Git viarequirements_git.txt; remove PyPI pin fromrequirements.txtand add corresponding comment to avoid duplicate installurllib3<2.4.0cap and bump tourllib3==2.6.3inrequirements.inand compiledrequirements.txtWritten by Cursor Bugbot for commit ae2d837. This will update automatically on new commits. Configure here.