Skip to content

Commit dd16bdc

Browse files
authored
Increase openai-python version (#22316)
Signed-off-by: Woosuk Kwon <[email protected]>
1 parent e3c876d commit dd16bdc

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
@@ -13,7 +13,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1313
protobuf # Required by LlamaTokenizer.
1414
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1515
aiohttp
16-
openai >= 1.87.0 # Ensure modern openai package (ensure ResponsePrompt exists in type.responses and max_completion_tokens field support)
16+
openai >= 1.98.0 # For Responses API with reasoning content
1717
pydantic >= 2.10
1818
prometheus_client >= 0.18.0
1919
pillow # Required for image processing

0 commit comments

Comments
 (0)