Skip to content

Commit 717a477

Browse files
SolitaryThinkermgoin
authored andcommitted
[bugfix] >1.43 constraint for openai (vllm-project#8169)
Co-authored-by: Michael Goin <[email protected]> Signed-off-by: LeiWang1999 <[email protected]>
1 parent f53f477 commit 717a477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tokenizers >= 0.19.1 # Required for Llama 3.
99
protobuf # Required by LlamaTokenizer.
1010
fastapi
1111
aiohttp
12-
openai >= 1.0 # Ensure modern openai package (ensure types module present)
12+
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
1313
uvicorn[standard]
1414
pydantic >= 2.8 # Required for OpenAI server.
1515
pillow # Required for image processing

0 commit comments

Comments
 (0)