"vllm/vscode:/vscode.git/clone" did not exist on "f8a1a2d108d290791ae1245b2ee309f38fdd7619"
Unverified Commit f274581f authored by Luka Govedič's avatar Luka Govedič Committed by GitHub
Browse files

[BugFix] Update pydantic to fix error on python 3.10 (#18852)


Signed-off-by: default avatarluka <luka@neuralmagic.com>
parent 0b1447f8
...@@ -14,7 +14,7 @@ protobuf # Required by LlamaTokenizer. ...@@ -14,7 +14,7 @@ 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.52.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)
pydantic >= 2.9 pydantic >= 2.10
prometheus_client >= 0.18.0 prometheus_client >= 0.18.0
pillow # Required for image processing pillow # Required for image processing
prometheus-fastapi-instrumentator >= 7.0.0 prometheus-fastapi-instrumentator >= 7.0.0
......
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