mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(deps): update pydantic to v2 (#11701)
This commit is contained in:
parent
7d320217b9
commit
9ed04588b8
5 changed files with 144 additions and 56 deletions
|
|
@ -15,7 +15,7 @@ from fastapi import Depends, FastAPI, File, Form, HTTPException
|
|||
from fastapi.responses import ORJSONResponse
|
||||
from onnxruntime.capi.onnxruntime_pybind11_state import InvalidProtobuf, NoSuchFile
|
||||
from PIL.Image import Image
|
||||
from pydantic import ValidationError
|
||||
from pydantic.v1 import ValidationError
|
||||
from starlette.formparsers import MultiPartParser
|
||||
|
||||
from app.models import get_model_deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue