Skip to content

Commit 269ec1c

Browse files
authored
[client] pin down cachetools to 5.5.2 to resolv conflict with connectors using google-auth (#945)
1 parent de2acac commit 269ec1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PyYAML~=6.0
88
pydantic~=2.11.3
99
requests~=2.32.3
1010
setuptools~=80.9.0
11-
cachetools~=6.1.0
11+
cachetools~=5.5.2
1212
prometheus-client~=0.22.1
1313
opentelemetry-api~=1.35.0
1414
opentelemetry-sdk~=1.35.0
@@ -17,4 +17,4 @@ fastapi>=0.116.1,<0.117.0
1717
uvicorn[standard]>=0.35.0,<0.36.0
1818
# OpenCTI
1919
filigran-sseclient>=1.0.2
20-
stix2~=3.0.1
20+
stix2~=3.0.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
PyYAML~=6.0
4545
requests~=2.32.3
4646
setuptools~=80.9.0
47-
cachetools~=6.1.0
47+
cachetools~=5.5.2
4848
prometheus-client~=0.22.1
4949
opentelemetry-api~=1.35.0
5050
opentelemetry-sdk~=1.35.0

0 commit comments

Comments
 (0)