[Hotfix] Pin Pydantic Version (#11622)

This commit is contained in:
Simon Mo
2020-10-26 16:52:19 -07:00
committed by Alex Wu
parent 6aba4ab8f9
commit 10c2089061
4 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ optional_ray_files += ray_dashboard_files
extras = {
"debug": [],
"serve": [
"uvicorn", "flask", "requests", "pydantic",
"uvicorn", "flask", "requests", "pydantic<1.7",
"dataclasses; python_version < '3.7'"
],
"tune": [