From c05b04c3785059b1bf4faa2354377f0f47fb7950 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Wed, 23 Oct 2024 05:46:25 -0700 Subject: [PATCH] bump up grpcio version to fix mac m1 ci issue (#4976) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb5216d030b..10b27ca5e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ clang-format==18.1.0 isort==5.13.2; python_version > '3.6' black==24.3.0; python_version > '3.6' protobuf==3.20.2; python_version > '3.6' -grpcio==1.59.3; python_version > '3.6' +grpcio==1.67.0; python_version > '3.6' googleapis-common-protos==1.53.0; python_version > '3.6' # Ubuntu 18.04 uses Python 3.6, which is not supported by recent versions of Protobuf and Black. protobuf==3.19.2; python_version <= '3.6'