diff --git a/backend/requirements.txt b/backend/requirements.txt index a0b126b..293e1b3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ pydantic-settings==2.13.1 # Database sqlalchemy==2.0.48 # Updated: Fixed Python 3.14 incompatibility with TypingOnly assertion (was 2.0.25) -alembic==1.13.1 +alembic==1.18.4 psycopg2-binary==2.9.11 asyncpg==0.31.0