From dc1cd948c2edd63f06389ccc2bab0670df30d713 Mon Sep 17 00:00:00 2001 From: benj028 Date: Fri, 24 Feb 2023 10:46:43 -0500 Subject: [PATCH] Modify grpcio and grpcio-tools version specs to prevent protobuf incompatibility issue --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b12c1a6..3abae9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # GRPC / Protobuff related -grpcio>=1.19.0 -grpcio-tools>=1.19.0 +grpcio>=1.19.0,<=1.48.2 +grpcio-tools>=1.19.0,<=1.48.2 # Time related utils pytz