From f81dd4e778029ac0856a90e377da366badfe6192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:39:04 +0000 Subject: [PATCH] Update redis requirement from <7.0.0,>=5.0.0 to >=5.0.0,<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/v5.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-offline-storage.txt | 2 +- requirements-offline.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abddcd89..7d4a9ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ offline-docs = [ offline-storage = [ # Storage backend dependencies - "redis>=5.0.0,<7.0.0", + "redis>=5.0.0,<8.0.0", "neo4j>=5.0.0,<7.0.0", "pymilvus>=2.6.2,<3.0.0", "pymongo>=4.0.0,<5.0.0", diff --git a/requirements-offline-storage.txt b/requirements-offline-storage.txt index e08f85a9..6c960623 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -13,4 +13,4 @@ neo4j>=5.0.0,<7.0.0 pymilvus>=2.6.2,<3.0.0 pymongo>=4.0.0,<5.0.0 qdrant-client>=1.7.0,<2.0.0 -redis>=5.0.0,<7.0.0 +redis>=5.0.0,<8.0.0 diff --git a/requirements-offline.txt b/requirements-offline.txt index c959816b..4df8d9fa 100644 --- a/requirements-offline.txt +++ b/requirements-offline.txt @@ -26,6 +26,6 @@ pypdf2>=3.0.0 python-docx>=0.8.11,<2.0.0 python-pptx>=0.6.21,<2.0.0 qdrant-client>=1.7.0,<2.0.0 -redis>=5.0.0,<7.0.0 +redis>=5.0.0,<8.0.0 voyageai>=0.2.0,<1.0.0 zhipuai>=2.0.0,<3.0.0