Skip to content

Commit b31e932

Browse files
committed
Bound openai to under 2.25.0
Signed-off-by: khluu <khluu000@gmail.com>
1 parent e346c08 commit b31e932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1212
protobuf >= 5.29.6, !=6.30.*, !=6.31.*, !=6.32.*, !=6.33.0.*, !=6.33.1.*, !=6.33.2.*, !=6.33.3.*, !=6.33.4.* # Required by LlamaTokenizer, gRPC. CVE-2026-0994
1313
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1414
aiohttp >= 3.13.3
15-
openai >= 1.99.1 # For Responses API with reasoning content
15+
openai >= 1.99.1, < 2.25.0 # For Responses API with reasoning content
1616
pydantic >= 2.12.0
1717
prometheus_client >= 0.18.0
1818
pillow # Required for image processing

0 commit comments

Comments
 (0)