diff --git a/backend/requirements.txt b/backend/requirements.txt index 4a6e4eb..75b6d16 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ pydantic-settings==2.13.1 # Database sqlalchemy==2.0.49 # Updated: Fixed Python 3.14 incompatibility with TypingOnly assertion (was 2.0.25) alembic==1.18.4 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 asyncpg==0.31.0 # Authentication