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 239e9aa commit 96ee3a2Copy full SHA for 96ee3a2
requirements.txt
@@ -14,7 +14,7 @@ opentelemetry-api~=1.32.0
14
opentelemetry-sdk~=1.32.0
15
deprecation~=2.1.0
16
fastapi>=0.116.1,<0.117.0
17
-uvicorn[standard]>=0.33.0,<0.35.0
+uvicorn[standard]>=0.35.0,<0.36.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
53
- uvicorn[standard]>=0.33.0,<0.35.0
+ uvicorn[standard]>=0.35.0,<0.36.0
54
55
56
0 commit comments