Commit befedf86 authored by Michael Goin's avatar Michael Goin Committed by simon-mo
Browse files

[CI Bugfix] Pin `openai<1.100` to unblock CI (#23118)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 0fc8fa75
......@@ -12,7 +12,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp
openai >= 1.99.1 # For Responses API with reasoning content
openai >= 1.99.1, < 1.100.0 # For Responses API with reasoning content
pydantic >= 2.10
prometheus_client >= 0.18.0
pillow # Required for image processing
......
......@@ -18,7 +18,7 @@ cbor2
cloudpickle
fastapi
msgspec
openai
openai < 1.100.0
openai-harmony
partial-json-parser
pillow
......
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