From 8617dcf0f7c8fce4b4f8800876aaa47cc9d9a5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:15:51 +0000 Subject: [PATCH] Update redis requirement from <6.0,>=5.0 to >=5.0,<8.0 Dependabot couldn't find the original pull request head commit, db9752685b7fb869fde5902ec573504e2c854859. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf0b864..5b09322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "alembic>=1.14,<2.0", "fastapi>=0.115,<1.0", "psycopg[binary]>=3.2,<4.0", - "redis>=5.0,<6.0", + "redis>=7.4.0,<8.0", "sqlalchemy>=2.0,<3.0", "uvicorn>=0.34,<1.0", ]