Skip to content

Commit 0b90da8

Browse files
authored
fix: arq is incompatible for aioredis>=2.0.0 (#258)
1 parent 12538ef commit 0b90da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
arq=arq.cli:cli
5656
""",
5757
install_requires=[
58-
'aioredis>=1.1.0',
58+
'aioredis>=1.1.0,<2.0.0',
5959
'click>=6.7',
6060
'pydantic>=1',
6161
'dataclasses>=0.6;python_version == "3.6"',

0 commit comments

Comments
 (0)