Skip to content

Commit

Permalink
[FIX] update openai version (vllm-project#11287)
Browse files Browse the repository at this point in the history
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
  • Loading branch information
jikunshang authored Dec 18, 2024
1 parent 362cff1 commit f954fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f954fe0

Please sign in to comment.