Skip to content

Commit 86b7e94

Browse files
committed
Restrict hiredis version to 2.x
1 parent 92038f1 commit 86b7e94

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
@@ -58,7 +58,7 @@
5858
"Programming Language :: Python :: Implementation :: PyPy",
5959
],
6060
extras_require={
61-
"hiredis": ["hiredis>=1.0.0"],
61+
"hiredis": ["hiredis<3.0.0"],
6262
"ocsp": ["cryptography>=36.0.1", "pyopenssl==20.0.1", "requests>=2.26.0"],
6363
},
6464
)

0 commit comments

Comments
 (0)