mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:32:55 +08:00
[FIX] update openai version (#11287)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ protobuf # Required by LlamaTokenizer.
|
||||
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
|
||||
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
|
||||
aiohttp
|
||||
openai >= 1.45.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
|
||||
openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
|
||||
uvicorn[standard]
|
||||
pydantic >= 2.9 # Required for fastapi >= 0.113.0
|
||||
prometheus_client >= 0.18.0
|
||||
|
||||
Reference in New Issue
Block a user