Skip to content

Commit a839ce8

Browse files
Update kubernetes python client to 35.0.0 from PyPI (ansible#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).
1 parent 543b2a6 commit a839ce8

File tree

4 files changed

+3
-223
lines changed

4 files changed

+3
-223
lines changed

licenses/google-auth.txt

Lines changed: 0 additions & 201 deletions
This file was deleted.

licenses/rsa.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

requirements/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ azure-identity
66
azure-keyvault
77
boto3
88
botocore
9+
cachetools # Used by awx/conf/settings.py for TTLCache
910
channels
1011
channels-redis
1112
cryptography

requirements/requirements.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ botocore==1.40.46
7676
brotli==1.1.0
7777
# via aiohttp
7878
cachetools==6.2.0
79-
# via google-auth
79+
# via -r /awx_devel/requirements/requirements.in
8080
# certifi @ git+https://github.com/ansible/system-certifi.git@devel # git requirements installed separately
8181
# via
8282
# -r /awx_devel/requirements/requirements_git.txt
@@ -181,8 +181,6 @@ gitdb==4.0.12
181181
# via gitpython
182182
gitpython==3.1.45
183183
# via -r /awx_devel/requirements/requirements.in
184-
google-auth==2.41.1
185-
# via kubernetes
186184
googleapis-common-protos==1.70.0
187185
# via
188186
# opentelemetry-exporter-otlp-proto-grpc
@@ -368,12 +366,9 @@ ptyprocess==0.7.0
368366
pyasn1==0.6.1
369367
# via
370368
# pyasn1-modules
371-
# rsa
372369
# service-identity
373370
pyasn1-modules==0.4.2
374-
# via
375-
# google-auth
376-
# service-identity
371+
# via service-identity
377372
pycares==4.11.0
378373
# via aiodns
379374
pycparser==2.23
@@ -463,8 +458,6 @@ rpds-py==0.27.1
463458
# via
464459
# jsonschema
465460
# referencing
466-
rsa==4.9.1
467-
# via google-auth
468461
s3transfer==0.14.0
469462
# via boto3
470463
semantic-version==2.10.0

0 commit comments

Comments
 (0)