From be10b01ca7b2b938d188a0945803f319234a949f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:02:09 +0000 Subject: [PATCH] deps: update redis requirement from >=7.4.0 to >=8.0.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/v7.4.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e971475..3098032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "ollama>=0.6.1", "qdrant-client>=1.17.1", "sentence-transformers>=5.4.1", - "redis>=7.4.0", + "redis>=8.0.0", "cryptography>=48.0.0", "PyJWT>=2.12.1", "httpx>=0.28.1",