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 4560342 commit 7570817Copy full SHA for 7570817
requirements.txt
@@ -13,7 +13,7 @@ prometheus-client~=0.21.1
13
opentelemetry-api~=1.32.0
14
opentelemetry-sdk~=1.32.0
15
deprecation~=2.1.0
16
-fastapi>=0.115.8,<0.116.0
+fastapi>=0.116.1,<0.117.0
17
uvicorn[standard]>=0.33.0,<0.35.0
18
# OpenCTI
19
filigran-sseclient>=1.0.2
setup.cfg
@@ -49,7 +49,7 @@ install_requires =
49
50
51
52
- fastapi>=0.115.8,<0.116.0
+ fastapi>=0.116.1,<0.117.0
53
54
55
0 commit comments