diff --git a/pyproject.toml b/pyproject.toml index aa03506b..bb922656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "psycopg2-binary>=2.9.0", # Redis (optional) - "redis>=5.0.0", + "redis>=7.0.1", "aioredis>=2.0.0", # Neural networks and ML diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..c38a1a11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pydantic-settings>=2.0.0 sqlalchemy>=2.0.0 asyncpg>=0.28.0 aiosqlite>=0.22.1 -redis>=4.5.0 +redis>=7.0.1 # CLI dependencies click>=8.0.0