aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-03 13:42:00 -0700
committerGravatar GitHub <noreply@github.com>2016-08-03 13:42:00 -0700
commit8ebb2a95947ab4e53729a6ca4b1e77a12feb82e3 (patch)
tree3d5c3c986d2a35a68458b62fce11eb9adf2b9cce /src
parent86ea627270142b15be2262ca60802e007b62f6fd (diff)
parente5fd01a3892de022769615832266c24d4cc7bea4 (diff)
Merge pull request #7613 from kpayson64/py_protobuf_upgrade
Bump python protobuf dependency to 3.0.0
Diffstat (limited to 'src')
-rw-r--r--src/python/grpcio_health_checking/setup.py1
-rw-r--r--src/python/grpcio_tests/setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/setup.py b/src/python/grpcio_health_checking/setup.py
index 727d628885..6074175a44 100644
--- a/src/python/grpcio_health_checking/setup.py
+++ b/src/python/grpcio_health_checking/setup.py
@@ -50,6 +50,7 @@ SETUP_REQUIRES = (
)
INSTALL_REQUIRES = (
+ 'protobuf>=3.0.0',
'grpcio>=0.15.0',
)
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py
index 0afaf7dfa2..5c60eaca3a 100644
--- a/src/python/grpcio_tests/setup.py
+++ b/src/python/grpcio_tests/setup.py
@@ -63,7 +63,7 @@ INSTALL_REQUIRES = (
'grpcio>=0.14.0',
'grpcio-health-checking>=0.14.0',
'oauth2client>=1.4.7',
- 'protobuf>=3.0.0a3',
+ 'protobuf>=3.0.0',
'six>=1.10',
)