diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ff69ae1..88740e6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydantic-settings>=2.0.0", "sqlmodel>=0.0.14", "alembic>=1.11.0", - "asyncpg>=0.28.0", + "asyncpg>=0.31.0", "redis>=5.0.0", "python-multipart>=0.0.6", "python-jose[cryptography]>=3.3.0",