From 2b6556431afeed84f0a588a6c73f161172c53d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:09:28 +0000 Subject: [PATCH] Update redis[hiredis] requirement from ~=6.0 to >=6,<8 in /python Updates the requirements on [redis[hiredis]](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/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d359882224c6..0236f54fd283 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -138,7 +138,7 @@ qdrant = [ "qdrant-client ~= 1.9" ] redis = [ - "redis[hiredis] ~= 6.0", + "redis[hiredis] >= 6,< 8", "types-redis ~= 4.6.0.20240425", "redisvl ~= 0.4" ]