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 879cd94 commit 80a0686Copy full SHA for 80a0686
reference-apps/fastapi-api-first/requirements.txt
@@ -2,7 +2,7 @@
2
# Must match code-first implementation versions for compatibility
3
4
# Core FastAPI dependencies
5
-fastapi==0.124.4
+fastapi==0.127.0
6
uvicorn[standard]==0.40.0
7
pydantic-settings==2.12.0
8
slowapi==0.1.9 # Rate limiting
reference-apps/fastapi/requirements.txt
@@ -1,5 +1,5 @@
1
fastapi==0.127.0
-uvicorn[standard]==0.38.0
+uvicorn[standard]==0.40.0
pybreaker==1.4.1 # Circuit breaker
0 commit comments