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
|
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
from socket import socket
|
||||
|
||||
from gunicorn.arbiter import Arbiter
|
||||
from pydantic import BaseModel, BaseSettings
|
||||
from pydantic.v1 import BaseModel, BaseSettings
|
||||
from rich.console import Console
|
||||
from rich.logging import RichHandler
|
||||
from uvicorn import Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue