We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6f6052 + 7bd7220 commit b808104Copy full SHA for b808104
requirements.txt
@@ -1,4 +1,4 @@
1
-fastapi==0.129.2
+fastapi==0.131.0
2
uvicorn[standard]==0.41.0
3
prometheus_fastapi_instrumentator==7.1.0
4
sentry-sdk>=1.37.1
setup.cfg
@@ -15,7 +15,7 @@ packages = find:
15
python_requires = >=3.6
16
install_requires =
17
uvicorn[standard] >= 0.31.1
18
- fastapi ==0.129.2
+ fastapi ==0.131.0
19
prometheus_fastapi_instrumentator ==7.1.0
20
21
boto3
0 commit comments