Unverified Commit 1afc9319 authored by William Lin's avatar William Lin Committed by GitHub
Browse files

[bugfix] >1.43 constraint for openai (#8169)


Co-authored-by: default avatarMichael Goin <michael@neuralmagic.com>
parent e01c2beb
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment