Updated most python dependencies

Primarily FastAPI and Pydantic to v2. Also ruff to latest.

Updated some code to support Pydantic v2
This commit is contained in:
Donkie
2024-05-23 19:42:27 +02:00
parent 306dbe40af
commit 535fa40ad2
29 changed files with 839 additions and 531 deletions

View File

@@ -3,6 +3,7 @@
Revision ID: 684d32cf7e4d
Create Date: 2023-05-27 21:46:24.361353
"""
import sqlalchemy as sa
from alembic import op
from sqlalchemy.engine.reflection import Inspector