From afb2e12b5f81e548d4ab76869b2cbb8b672d319d Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Thu, 15 Nov 2018 14:06:56 +0000 Subject: [PATCH] Pin Redis-py version Redis-py 3.0.0 was released today and introduced a backwards incompatible changes. https://github.com/andymccurdy/redis-py/blob/9b03af26dc829beea232a3248768de933f4c3b67/CHANGES#L27-L29 This isn't the "best" fix but is the quickest --- requirements/extras/redis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extras/redis.txt b/requirements/extras/redis.txt index 69fff9adb..12279a5d4 100644 --- a/requirements/extras/redis.txt +++ b/requirements/extras/redis.txt @@ -1 +1 @@ -redis>=2.10.5 +redis>=2.10.5,<3.0.0