Skip to content

Commit

Permalink
[bugfix] >1.43 constraint for openai (vllm-project#8169)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Goin <michael@neuralmagic.com>
  • Loading branch information
SolitaryThinker and mgoin committed Sep 5, 2024
1 parent e01c2be commit 1afc931
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 @@ -9,7 +9,7 @@ tokenizers >= 0.19.1 # Required for Llama 3.
protobuf # Required by LlamaTokenizer.
fastapi
aiohttp
openai >= 1.0 # Ensure modern openai package (ensure types module present)
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
uvicorn[standard]
pydantic >= 2.8 # Required for OpenAI server.
pillow # Required for image processing
Expand Down

0 comments on commit 1afc931

Please sign in to comment.