We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40710a commit fb814b3Copy full SHA for fb814b3
client-python/requirements.txt
@@ -10,7 +10,7 @@ pyjwt[crypto]~=2.11.0
10
pydantic>=2.8.2, <3
11
requests>=2.32.0, <3
12
setuptools~=82.0.0
13
-cachetools~=5.5.2
+cachetools~=7.0.1
14
prometheus-client~=0.24.1
15
opentelemetry-api~=1.35.0
16
opentelemetry-sdk~=1.35.0
client-python/setup.cfg
@@ -45,7 +45,7 @@ install_requires =
45
PyYAML~=6.0
46
47
48
- cachetools~=5.5.2
+ cachetools~=7.0.1
49
50
51
0 commit comments