1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore(deps): update pydantic to v2 (#11701)

This commit is contained in:
Robert Schütz
2024-08-11 09:23:11 -07:00
committed by GitHub
parent 7d320217b9
commit 9ed04588b8
5 changed files with 144 additions and 56 deletions

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 = "^1.10.8"
pydantic = "^2.8.2"
aiocache = ">=0.12.1,<1.0"
rich = ">=13.4.2"
ftfy = ">=6.1.1"