mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
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:
@@ -253,8 +253,10 @@ jsonschema==4.25.1
|
||||
# drf-spectacular
|
||||
jsonschema-specifications==2025.9.1
|
||||
# via jsonschema
|
||||
kubernetes==34.1.0
|
||||
# via openshift
|
||||
# kubernetes @ git+https://github.com/kubernetes-client/python.git@df31d90d6c910d6b5c883b98011c93421cac067d # git requirements installed separately
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements_git.txt
|
||||
# openshift
|
||||
lockfile==0.12.2
|
||||
# via python-daemon
|
||||
markdown==3.9
|
||||
@@ -524,7 +526,7 @@ typing-extensions==4.15.0
|
||||
# twisted
|
||||
uritemplate==4.2.0
|
||||
# via drf-spectacular
|
||||
urllib3==2.3.0
|
||||
urllib3==2.6.3
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# botocore
|
||||
|
||||
Reference in New Issue
Block a user