Skip to content

Commit 9040639

Browse files
authored
[Misc] fix openai version (#22485)
Signed-off-by: rongfu.leng <[email protected]>
1 parent 43c4f3d commit 9040639

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 # Required by LlamaTokenizer.
1313
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1414
aiohttp
15-
openai >= 1.98.0 # For Responses API with reasoning content
15+
openai >= 1.99.1 # For Responses API with reasoning content
1616
pydantic >= 2.10
1717
prometheus_client >= 0.18.0
1818
pillow # Required for image processing

0 commit comments

Comments
 (0)