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

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 commit is contained in:
Hao Liu
2026-01-09 15:16:34 -05:00
committed by GitHub
parent b0debf93a0
commit 03d0ed882c
3 changed files with 7 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ requests
slack-sdk
twilio
twisted[tls]>=24.7.0 # CVE-2024-41810
urllib3<2.4.0, >=1.26.19 # CVE-2024-37891. capped by kubernetes 34.1.0 reqs
urllib3>=2.6.3 # CVE-2024-37891. capped by kubernetes 34.1.0 reqs
uWSGI>=2.0.28
uwsgitop
wheel>=0.38.1 # CVE-2022-40898