Skip to content

Commit b46df74

Browse files
authored
Merge pull request #132 from edwardquarm/vllm-rocm-CVE-2025-62727
fix starlette CVE-2025-62727
2 parents 7da45f8 + f3c9daa commit b46df74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ transformers >= 4.51.1
1010
huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads.
1111
tokenizers >= 0.19.1 # Required for Llama 3.
1212
protobuf # Required by LlamaTokenizer.
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.120.1 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1414
aiohttp
1515
openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1616
pydantic >= 2.9

requirements/test.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ aiohttp==3.10.11
1515
# lm-eval
1616
aiosignal==1.3.1
1717
# via aiohttp
18+
annotated-doc==0.0.4
19+
# via fastapi
1820
annotated-types==0.7.0
1921
# via pydantic
2022
anyio==4.6.2.post1
@@ -117,6 +119,10 @@ encodec==0.1.1
117119
# via vocos
118120
evaluate==0.4.3
119121
# via lm-eval
122+
fastapi==0.120.1
123+
# via
124+
# gpt-oss
125+
# mlflow-skinny
120126
fastparquet==2024.11.0
121127
# via genai-perf
122128
fastrlock==0.8.2

0 commit comments

Comments
 (0)