mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Serve] Pin Pydantic version to >=1.8 (#14830)
This commit is contained in:
parent
be30b784a4
commit
51828a42dc
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ray_files += [
|
|||
# in this directory
|
||||
extras = {
|
||||
"full": ["colorful"],
|
||||
"serve": ["uvicorn", "requests", "pydantic", "starlette", "fastapi"],
|
||||
"serve": ["uvicorn", "requests", "pydantic>=1.8", "starlette", "fastapi"],
|
||||
"tune": ["pandas", "tabulate", "tensorboardX"],
|
||||
"k8s": ["kubernetes"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue