Skip to content

Commit

Permalink
Pin Redis-py version (#946)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ashb authored and Omer Katz committed Nov 15, 2018
1 parent 5e6fcca commit d9de66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/extras/redis.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis>=2.10.5
redis>=2.10.5,<3.0.0

0 comments on commit d9de66b

Please sign in to comment.