Skip to content

Commit

Permalink
Exclude broken redis-py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Mar 22, 2023
1 parent 700c5e9 commit 7e584fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/storage/redis.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis>3,<5.0.0
redis>3,!=4.5.2,!=4.5.3,<5.0.0
2 changes: 1 addition & 1 deletion requirements/storage/rediscluster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis>=4.2.0
redis>=4.2.0,!=4.5.2,!=4.5.3

0 comments on commit 7e584fa

Please sign in to comment.