From 80f010f7ff405e60b084e527b63f5bdf4e26d4bf Mon Sep 17 00:00:00 2001 From: Kyujin Cho Date: Sat, 27 Apr 2024 00:51:35 +0900 Subject: [PATCH] lower protobuf version to 4.x --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cb11029..633440a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ setup_requires = setuptools>=51.1.1 wheel>=0.36.2 install_requires = - protobuf~=5.26.1 + protobuf~=4.25.3 grpcio==1.62.2 grpcio-tools==1.62.2 async-timeout~=4.0.0