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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ dependencies = [
# ``--no-deps`` / constraints-file resolution install a hub the convert
# chain can't import. See ``test_dependency_pins.py`` for the static guard.
"huggingface-hub>=1.5.0,<2.0",
"fastapi>=0.135.0,<0.140",
"fastapi>=0.135.0,<0.142",
# Floor at 1.3.1: 1.0.x–1.2.x carry CVE-2026-48817/48818/54282/54283 +
# PYSEC-2026-161 (DoS / multipart). Cap at the next major; fastapi carries
# the precise compatible range.
"starlette>=1.3.1,<2.0",
# Floor at 0.0.31: < 0.0.31 carries CVE-2026-42561/53538/53539/53540.
"python-multipart>=0.0.31",
"uvicorn[standard]>=0.34.0,<0.52",
"uvicorn[standard]>=0.34.0,<0.53",
"pydantic>=2.12.0,<2.14",
"httpx~=0.28.0",
"pyyaml~=6.0",
Expand Down