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 727a64e commit 7152916Copy full SHA for 7152916
requirements.txt
@@ -14,7 +14,7 @@ opentelemetry-api~=1.35.0
14
opentelemetry-sdk~=1.35.0
15
deprecation~=2.1.0
16
fastapi>=0.115.2, <1
17
-uvicorn[standard]>=0.34.0,<0.36.0
+uvicorn[standard]>=0.37.0,<0.38.0
18
# OpenCTI
19
filigran-sseclient>=1.0.2
20
stix2~=3.0.1
setup.cfg
@@ -50,7 +50,7 @@ install_requires =
50
51
52
fastapi>=0.115.2,<0.117.0
53
- uvicorn[standard]>=0.34.0,<0.36.0
+ uvicorn[standard]>=0.37.0,<0.38.0
54
55
56
0 commit comments