diff --git a/backend/requirements.txt b/backend/requirements.txt index 10393d5..d51bfa3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ asyncpg>=0.30 psycopg2-binary>=2.9 greenlet>=3.0 alembic>=1.14 -redis>=5.2 +redis>=7.4.0 celery[redis]>=5.6 PyJWT[crypto]>=2.8,<3.0 httpx>=0.28