We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 782b327 + 9d3ef21 commit f388e32Copy full SHA for f388e32
requirements.txt
@@ -1,4 +1,4 @@
1
-fastapi==0.128.8
+fastapi==0.129.0
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.8
+ fastapi ==0.129.0
19
prometheus_fastapi_instrumentator ==7.1.0
20
21
boto3
0 commit comments