Update kubernetes python client to 35.0.0 from PyPI (#16236)

- Move kubernetes from git-based install to PyPI (v35.0.0 now available)
- Remove urllib3 cap comment since kubernetes 35.0.0 no longer restricts it
- Update README.md upgrade blocker documentation
This commit is contained in:
Hao Liu
2026-01-20 16:20:41 -05:00
committed by GitHub
parent 8c5cf49c23
commit 543b2a66a3
4 changed files with 6 additions and 7 deletions

View File

@@ -57,9 +57,8 @@ they are functionally working. Versions need to match the versions used in the p
Verify ansible-runner's build dependency doesn't conflict with the changes made.
### urllib3 and OPA-python-client
There are incompatible version dependancies for urllib3 between OPA-python-client and kubernetes.
OPA-python-client v2.0.3+ requires urllib3 v2.5.0+ and kubernetes v34.1.0 caps it at v.2.4.0.
### OPA-python-client
OPA-python-client v2.0.3+ requires urllib3 v2.5.0+ but has other compatibility issues that need investigation.
## djangorestframework
Upgrading to 3.16.1 introduced errors on the tests around CredentialInputSource. We have several