Skip to content

Commit 2825612

Browse files
committed
Pinend hiredis version to ~= 2.0
1 parent 86b7e94 commit 2825612

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<3.0.0"],
61+
"hiredis": ["hiredis~=2.0"],
6262
"ocsp": ["cryptography>=36.0.1", "pyopenssl==20.0.1", "requests>=2.26.0"],
6363
},
6464
)

0 commit comments

Comments
 (0)