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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 144 additions and 56 deletions

View file

@ -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