aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-03-07 22:10:15 +0000
committerGravatar Mehrdad Afshari <mmx@google.com>2017-03-07 22:10:15 +0000
commit9b3c73d1cd1544a7ccb6ee231862a072b4a46cd1 (patch)
treeaea580cc46d818e08fda4be0cf7deb51301e63eb /src/python/grpcio_health_checking
parent73c33541b5eaf6a44e0e14e1382ab19f25538873 (diff)
Updated protobuf dependency for python to 3.2.0
Diffstat (limited to 'src/python/grpcio_health_checking')
-rw-r--r--src/python/grpcio_health_checking/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/setup.py b/src/python/grpcio_health_checking/setup.py
index 072c3263c6..52ee98a2d5 100644
--- a/src/python/grpcio_health_checking/setup.py
+++ b/src/python/grpcio_health_checking/setup.py
@@ -47,7 +47,7 @@ PACKAGE_DIRECTORIES = {
SETUP_REQUIRES = (
'grpcio-tools>={version}'.format(version=grpc_version.VERSION),)
-INSTALL_REQUIRES = ('protobuf>=3.0.0',
+INSTALL_REQUIRES = ('protobuf>=3.2.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),)
COMMAND_CLASS = {