Skip to content

Add kubernetes python client from git at release-34.0#16226

Merged
TheRealHaoLiu merged 1 commit intoansible:develfrom
TheRealHaoLiu:fix-CVE-2025-66471
Jan 9, 2026
Merged

Add kubernetes python client from git at release-34.0#16226
TheRealHaoLiu merged 1 commit intoansible:develfrom
TheRealHaoLiu:fix-CVE-2025-66471

Conversation

@TheRealHaoLiu
Copy link
Copy Markdown
Member

@TheRealHaoLiu TheRealHaoLiu commented Jan 9, 2026

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
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other
ADDITIONAL INFORMATION


Note

Shifts dependency management to use the upstream kubernetes Python client from Git (commit df31d90… on release-34.0) and updates urllib3 accordingly.

  • Install kubernetes from Git via requirements_git.txt; remove PyPI pin from requirements.txt and add corresponding comment to avoid duplicate install
  • Remove urllib3<2.4.0 cap and bump to urllib3==2.6.3 in requirements.in and compiled requirements.txt

Written by Cursor Bugbot for commit ae2d837. This will update automatically on new commits. Configure here.

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.
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jan 9, 2026
@TheRealHaoLiu TheRealHaoLiu enabled auto-merge (squash) January 9, 2026 20:08
@TheRealHaoLiu TheRealHaoLiu merged commit 03d0ed8 into ansible:devel Jan 9, 2026
20 checks passed
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants