From fba0056e2fd61c47a53df2e156fed8c13fd6e845 Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 18 Aug 2022 21:28:47 +0800 Subject: [PATCH] Bump grpcio dep version of Python client for supporting ARM Signed-off-by: tison --- stream/clients/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/clients/python/setup.py b/stream/clients/python/setup.py index 15fea753290..d181cdd8e4d 100644 --- a/stream/clients/python/setup.py +++ b/stream/clients/python/setup.py @@ -31,7 +31,7 @@ 'six>=1.10.0', 'pytz', 'futures>=3.2.0;python_version<"3.2"', - 'grpcio<1.28,>=1.8.2', + 'grpcio>=1.37', 'pymmh3>=0.0.5' ] extras = {