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'] }