Skip to content
Open
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 backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fastapi==0.136.1
# Starlette is a transitive dep via fastapi; pin floor to mitigate
# GHSA-f96h-pmfr-66vw and GHSA-2c2j-9gv5-cj73 (both fixed in 0.40.0 / 0.47.2).
starlette>=0.48.0
uvicorn[standard]==0.44.0
uvicorn[standard]==0.46.0
watchdog==6.0.0
psutil==7.2.2
sse-starlette==3.4.1
Expand Down
Loading