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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
# Web delivery channel (web/) — wraps the diff engine as a FastAPI app served by uvicorn.
web = [
"fastapi>=0.140.13",
"uvicorn[standard]>=0.51.0",
"uvicorn[standard]>=0.52.1",
"python-multipart>=0.0.18", # 0.0.18 fixes CVE-2024-53981 (multipart DoS); also the floor pip-audit checks
"slowapi>=0.1.9", # per-IP rate limiting on /api/compare (#64); chosen over a hand-rolled counter on the issue thread
]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading