File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ transformers >= 4.51.1
1111huggingface-hub[hf_xet] >= 0.32.0 # Required for Xet downloads.
1212tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1313protobuf # Required by LlamaTokenizer.
14- fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
14+ fastapi[standard] >= 0.120.1 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1515aiohttp
1616openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1717pydantic >= 2.10
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ aiosignal==1.3.1
2121 # via
2222 # aiohttp
2323 # ray
24+ annotated-doc==0.0.4
25+ # via fastapi
2426annotated-types==0.7.0
2527 # via pydantic
2628anyio==4.6.2.post1
@@ -139,6 +141,10 @@ eval-type-backport==0.2.2
139141 # via mteb
140142evaluate==0.4.3
141143 # via lm-eval
144+ fastapi==0.120.1
145+ # via
146+ # gpt-oss
147+ # mlflow-skinny
142148fastparquet==2024.11.0
143149 # via genai-perf
144150fastrlock==0.8.2
@@ -711,7 +717,7 @@ soxr==0.5.0.post1
711717 # via librosa
712718sqlitedict==2.1.0
713719 # via lm-eval
714- starlette==0.46.2
720+ starlette==0.49.3
715721 # via
716722 # schemathesis
717723 # starlette-testclient
You can’t perform that action at this time.
0 commit comments