mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
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:
@@ -6,6 +6,7 @@ azure-identity
|
||||
azure-keyvault
|
||||
boto3
|
||||
botocore
|
||||
cachetools # Used by awx/conf/settings.py for TTLCache
|
||||
channels
|
||||
channels-redis
|
||||
cryptography
|
||||
|
||||
Reference in New Issue
Block a user