Skip to content

Commit 309ba0b

Browse files
committed
allow later redis version
1 parent b5a92ab commit 309ba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = '>=3.8'
4040
dependencies = [
41-
'redis[hiredis]>=4.2.0,<6',
41+
'redis[hiredis]>=4.2.0',
4242
'click>=8.0',
4343
]
4444
optional-dependencies = {watch = ['watchfiles>=0.16'] }

0 commit comments

Comments
 (0)