From c4d43ac15a8e2c3bde9a6f6bf42a375b352ee5f7 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Mon, 17 Apr 2023 22:16:19 +0800 Subject: [PATCH] upgrade protobuf --- requirements.txt | 6 +++--- setup.cfg | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a0925c..8ad58ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -grpcio>=1.28.1 -grpcio_tools>=1.28.1 -protobuf==3.9.0 \ No newline at end of file +grpcio +grpcio_tools +protobuf \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index fa9deea..db2f596 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,5 +20,5 @@ python_requires = >=3.7 zip_safe = False setup_requires = setuptools_scm install_requires = - grpcio==1.28.1 - protobuf==3.9.0 \ No newline at end of file + grpcio + protobuf \ No newline at end of file -- GitLab