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

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-08-18 15:14:01 -04:00
committed by GitHub
parent 0e3bb543f0
commit bf756321c7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -18,7 +18,7 @@ cbor2
cloudpickle
fastapi
msgspec
openai
openai < 1.100.0
openai-harmony
partial-json-parser
pillow