From 0df9c8acdcb41adc3e28fd147c31d40d650140a8 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Fri, 24 Nov 2017 21:20:14 -0800 Subject: Update Python dependency to protobuf v3.5.0.post1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bf8aea6b6f..bd07ccd73a 100644 --- a/setup.py +++ b/setup.py @@ -237,7 +237,7 @@ INSTALL_REQUIRES = ( 'six>=1.5.2', # TODO(atash): eventually split the grpcio package into a metapackage # depending on protobuf and the runtime component (independent of protobuf) - 'protobuf>=3.3.0', + 'protobuf>=3.5.0.post1', ) if not PY3: -- cgit v1.2.3