[Serve] Pin Pydantic version to >=1.8 (#14830)

This commit is contained in:
Simon Mo 2021-03-22 10:20:11 -07:00 committed by GitHub
parent be30b784a4
commit 51828a42dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]
}