Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TelsonBase/gateway/requirements.txt
# REM: Minimal dependencies for the egress gateway
fastapi==0.125.0
fastapi==0.135.2
uvicorn[standard]==0.27.1
httpx==0.28.1
pydantic==2.9.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# --- API & Web Server Framework ---
# REM: Provides the main "front door" for the entire OS.
fastapi==0.125.0
fastapi==0.135.2
uvicorn[standard]==0.27.1
# REM: Explicit starlette floor — closes Dependabot DoS alerts (#3, #4).
# REM: fastapi 0.125.0 resolves to starlette 0.50.0 in practice (verified on DO server).
Expand Down
Loading