From 02c1ab0ec6d615ad54ebf33bd93c51c04000534e 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 8e5e49538..acfe6a5d5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -196,7 +196,7 @@ requires = [ "protobuf >= 3.8.0", "py-spy >= 0.2.0", "pyyaml", - "redis >= 3.3.2", + "redis >= 3.3.2, < 3.5.0", ] setup(