fix(ml): pydantic dep causes starting up issue (#11773)

* fix(ml): pydantic dep causes starting up issue

* revert import
This commit is contained in:
Alex
2024-08-14 10:20:12 -05:00
committed by GitHub
parent 7f7fec2cea
commit fb962f49ea
5 changed files with 54 additions and 129 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from pathlib import Path
from socket import socket
from gunicorn.arbiter import Arbiter
from pydantic.v1 import BaseModel, BaseSettings
from pydantic import BaseModel, BaseSettings
from rich.console import Console
from rich.logging import RichHandler
from uvicorn import Server