mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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
|
|
@ -3,7 +3,7 @@ from typing import Any, Literal, Protocol, TypedDict, TypeGuard, TypeVar
|
|||
|
||||
import numpy as np
|
||||
import numpy.typing as npt
|
||||
from pydantic import BaseModel
|
||||
from pydantic.v1 import BaseModel
|
||||
|
||||
|
||||
class StrEnum(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue