Skip to content

Commit e48ca26

Browse files
WoosukKwonamd-xiaoyu12
authored andcommitted
Increase openai-python version (vllm-project#22316)
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu> Signed-off-by: Xiao Yu <xiao.yu@amd.com>
1 parent 3ec8b42 commit e48ca26

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)