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
@@ -13,7 +13,7 @@ opencv-python-headless = ">=4.7.0.72,<5.0"
pillow = ">=9.5.0,<11.0"
fastapi-slim = ">=0.95.2,<1.0"
uvicorn = {extras = ["standard"], version = ">=0.22.0,<1.0"}
pydantic = "^2.8.2"
pydantic = "^1.10.8"
aiocache = ">=0.12.1,<1.0"
rich = ">=13.4.2"
ftfy = ">=6.1.1"