From ec6631ae589d97142c18b6782ede43dfd1ed29e2 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Sat, 2 May 2020 22:09:02 -0700 Subject: [PATCH] Pin redis-py version (#8290) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 087916438..4e5638fd0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -199,7 +199,7 @@ requires = [ "protobuf >= 3.8.0", "py-spy >= 0.2.0", "pyyaml", - "redis >= 3.3.2", + "redis >= 3.3.2, < 3.5.0", ] setup(