From c68c20de020b4ee563746de8477744085f15b752 Mon Sep 17 00:00:00 2001 From: Hamza Farooq Date: Tue, 28 Apr 2026 15:46:26 +0300 Subject: [PATCH] NI-254: allow redis uptil version 8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc7b10fc..1777f3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] requires-python = '>=3.8' dependencies = [ - 'redis[hiredis]>=4.2.0,<6', + 'redis[hiredis]>=4.2.0,<8', 'click>=8.0', ] optional-dependencies = {watch = ['watchfiles>=0.16'] }