From f8758895a13e07ec0ed49adbe17d6dba2c8405ab Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 27 May 2022 20:34:32 +0800 Subject: [PATCH] Update the version fo grpc tools --- python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c47b6e5c..dc36ba9b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,8 +5,8 @@ wheel>=0.34.0, <0.35.0 setuptools>=44.1.0 google>=2.0.3 protobuf>=3.12.2 -grpcio-tools==1.33.2 -grpcio>=1.28.1 +grpcio-tools==1.37.1 +grpcio>=1.37.1 func-timeout>=4.3.5 pyyaml>=5.1 flask>=1.1.2 -- GitLab