We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2acac commit 269ec1cCopy full SHA for 269ec1c
requirements.txt
@@ -8,7 +8,7 @@ PyYAML~=6.0
8
pydantic~=2.11.3
9
requests~=2.32.3
10
setuptools~=80.9.0
11
-cachetools~=6.1.0
+cachetools~=5.5.2
12
prometheus-client~=0.22.1
13
opentelemetry-api~=1.35.0
14
opentelemetry-sdk~=1.35.0
@@ -17,4 +17,4 @@ fastapi>=0.116.1,<0.117.0
17
uvicorn[standard]>=0.35.0,<0.36.0
18
# OpenCTI
19
filigran-sseclient>=1.0.2
20
-stix2~=3.0.1
+stix2~=3.0.1
setup.cfg
@@ -44,7 +44,7 @@ install_requires =
44
PyYAML~=6.0
45
46
47
- cachetools~=6.1.0
+ cachetools~=5.5.2
48
49
50
0 commit comments