mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 00:34:58 +08:00
[FIX] update openai version (#11287)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
parent
362cff1eb3
commit
f954fe0e65
@ -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; python_version < '3.9'
|
||||||
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
|
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
|
||||||
aiohttp
|
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]
|
uvicorn[standard]
|
||||||
pydantic >= 2.9 # Required for fastapi >= 0.113.0
|
pydantic >= 2.9 # Required for fastapi >= 0.113.0
|
||||||
prometheus_client >= 0.18.0
|
prometheus_client >= 0.18.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user