From ac8a330279b5e3659faaefc862aee19fac6546c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:29:56 +0000 Subject: [PATCH] deps: update redis requirement from >=5.0 to >=7.4.0 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 373d7fe..ee0b4fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ chromadb = [ "chromadb>=0.5", ] redis = [ - "redis>=5.0", + "redis>=7.4.0", ] mcp = [ "mcp>=1.0", @@ -57,7 +57,7 @@ container = [ "uvicorn>=0.20", "httpx>=0.25", "docker>=7.0", - "redis>=5.0", + "redis>=7.4.0", ] [build-system]