Skip to content

Commit 5911968

Browse files
committed
Cap FastAPI based on upstream PR 45594
1 parent 992720d commit 5911968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ py-cpuinfo
1010
transformers >= 4.56.0, != 5.0.*, != 5.1.*, != 5.2.*, != 5.3.*, != 5.4.*, != 5.5.0
1111
tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1212
protobuf >= 5.29.6, !=6.30.*, !=6.31.*, !=6.32.*, !=6.33.0.*, !=6.33.1.*, !=6.33.2.*, !=6.33.3.*, !=6.33.4.* # Required by LlamaTokenizer, gRPC. CVE-2026-0994
13-
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
13+
fastapi[standard] >= 0.115.0, < 0.137 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint. Cap FastAPI<0.137 based on PR 45594.
1414
aiohttp >= 3.13.3
1515
openai >= 2.0.0 # For Responses API with reasoning content
1616
pydantic >= 2.12.0

0 commit comments

Comments
 (0)