We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362cff1 commit f954fe0Copy full SHA for f954fe0
requirements-common.txt
@@ -11,7 +11,7 @@ protobuf # Required by LlamaTokenizer.
11
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
12
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
13
aiohttp
14
-openai >= 1.45.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
+openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
15
uvicorn[standard]
16
pydantic >= 2.9 # Required for fastapi >= 0.113.0
17
prometheus_client >= 0.18.0
0 commit comments