We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openai<1.100
1 parent 0e3bb54 commit bf75632Copy full SHA for bf75632
requirements/common.txt
@@ -12,7 +12,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
12
protobuf # Required by LlamaTokenizer.
13
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
14
aiohttp
15
-openai >= 1.99.1 # For Responses API with reasoning content
+openai >= 1.99.1, < 1.100.0 # For Responses API with reasoning content
16
pydantic >= 2.10
17
prometheus_client >= 0.18.0
18
pillow # Required for image processing
requirements/docs.txt
@@ -18,7 +18,7 @@ cbor2
cloudpickle
19
fastapi
20
msgspec
21
-openai
+openai < 1.100.0
22
openai-harmony
23
partial-json-parser
24
pillow
0 commit comments