bump pydantic to support vllm

This commit is contained in:
Wing Lian
2025-02-03 20:02:18 -05:00
parent 2c1376d8c4
commit 56f3b9f20f
2 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ sentencepiece
gradio==3.50.2
modal==0.70.5
pydantic==2.6.3
pydantic==2.10.6
addict
fire
PyYAML>=6.0

View File

@@ -153,5 +153,8 @@ setup(
"ray": [
"ray[train]",
],
"vllm": [
"vllm>=0.7.1",
],
},
)