From b95dceea6291bee075b499ce48f573591776f7b6 Mon Sep 17 00:00:00 2001 From: tobymao Date: Wed, 14 Dec 2022 09:05:53 -0800 Subject: [PATCH] pin redis-py due to https://github.com/redis/redis-py/pull/2104 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a206af..e51062b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ saq=saq.__main__:main """, install_requires=[ - "redis>=4.2.0", + "redis>=4.2,<4.4", "croniter>=0.3.18", ], extras_require={