commit | e5fd01a3892de022769615832266c24d4cc7bea4 | [log] [tgz] |
---|---|---|
author | Ken Payson <kpayson@google.com> | Tue Aug 02 12:06:21 2016 -0700 |
committer | Ken Payson <kpayson@google.com> | Wed Aug 03 11:43:15 2016 -0700 |
tree | 71689d73066381cb77ce2e0640af4c6cc167fb64 | |
parent | b5077808fee4f39f1a852aa20745335369a2fbaf [diff] [blame] |
Bump python protobuf dependency to 3.0.0
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py index 0afaf7d..5c60eac 100644 --- a/src/python/grpcio_tests/setup.py +++ b/src/python/grpcio_tests/setup.py
@@ -63,7 +63,7 @@ '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', )