Skip to content

Commit f954fe0

Browse files
authored
[FIX] update openai version (#11287)
Signed-off-by: Kunshang Ji <[email protected]>
1 parent 362cff1 commit f954fe0

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
@@ -11,7 +11,7 @@ protobuf # Required by LlamaTokenizer.
1111
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
1212
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
1313
aiohttp
14-
openai >= 1.45.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
14+
openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1515
uvicorn[standard]
1616
pydantic >= 2.9 # Required for fastapi >= 0.113.0
1717
prometheus_client >= 0.18.0

0 commit comments

Comments
 (0)