From ea1c40fa30562777b5824e25c8ae72083d2f6602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:40:32 +0000 Subject: [PATCH] Update redis requirement from >=5.0.0 to >=7.4.0 in /backend Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5a79ca0..57f4b2d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "langchain-core>=0.3.0", "langgraph>=0.2.0", "structlog>=24.0.0", - "redis>=5.0.0", + "redis>=7.4.0", "httpx>=0.27.0", "prometheus-client>=0.21.0", "langfuse>=4.0.0",