From 7fcea8a8ae0f3ebac0539e35bd6555a15f861e19 Mon Sep 17 00:00:00 2001 From: Yi Cheng <74173148+iycheng@users.noreply.github.com> Date: Thu, 26 May 2022 07:53:16 -0700 Subject: [PATCH] up (#25211) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 269afcda68d1..b8d42eb94121 100644 --- a/python/setup.py +++ b/python/setup.py @@ -282,7 +282,7 @@ def get_packages(self): "msgpack >= 1.0.0, < 2.0.0", "numpy >= 1.16; python_version < '3.9'", "numpy >= 1.19.3; python_version >= '3.9'", - "protobuf >= 3.15.3", + "protobuf >= 3.15.3, < 4.0.0", "pyyaml", "aiosignal", "frozenlist",