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

Remove transitive dependencies no longer needed by kubernetes 35.0.0

Removes google-auth and rsa which were transitive dependencies of the older
kubernetes client but are no longer required in v35.0.0.

Adds cachetools as a direct dependency since it's used by awx/conf/settings.py
for TTLCache (was previously a transitive dep of google-auth).
This commit is contained in:
Hao Liu
2026-01-20 17:31:18 -05:00
committed by GitHub
parent 543b2a66a3
commit a839ce8cb1
4 changed files with 3 additions and 223 deletions

View File

@@ -6,6 +6,7 @@ azure-identity
azure-keyvault
boto3
botocore
cachetools # Used by awx/conf/settings.py for TTLCache
channels
channels-redis
cryptography