Skip to content

Commit 4fe9854

Browse files
committed
Restrict redis lib to below 7.0.0
1 parent 6b02164 commit 4fe9854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
tests_require=TESTS_REQUIRES,
4646
extras_require={
4747
'test': TESTS_REQUIRES,
48-
'redis': ['redis>=2.10.5'],
48+
'redis': ['redis>=2.10.5,<7.0.0'],
4949
'uwsgi': ['uwsgi>=2.0.0'],
5050
'cpphash': ['mmh3cffi==0.2.1'],
5151
'asyncio': ['aiohttp>=3.8.4', 'aiofiles>=23.1.0'],

0 commit comments

Comments
 (0)