Unverified Commit dd16bdc7 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

Increase openai-python version (#22316)


Signed-off-by: default avatarWoosuk Kwon <woosuk.kwon@berkeley.edu>
parent e3c876dc
...@@ -13,7 +13,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization. ...@@ -13,7 +13,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer. protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint. fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp aiohttp
openai >= 1.87.0 # Ensure modern openai package (ensure ResponsePrompt exists in type.responses and max_completion_tokens field support) openai >= 1.98.0 # For Responses API with reasoning content
pydantic >= 2.10 pydantic >= 2.10
prometheus_client >= 0.18.0 prometheus_client >= 0.18.0
pillow # Required for image processing pillow # Required for image processing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment