We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3533d25 + c4bc02f commit 782b327Copy full SHA for 782b327
requirements.txt
@@ -1,4 +1,4 @@
1
-fastapi==0.128.7
+fastapi==0.128.8
2
uvicorn[standard]==0.40.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.128.7
+ fastapi ==0.128.8
19
prometheus_fastapi_instrumentator ==7.1.0
20
21
boto3
0 commit comments