From 029090628d938f3bf1ef65e986ed5bbfc78f101b Mon Sep 17 00:00:00 2001 From: Ken Payson Date: Thu, 4 May 2017 12:33:58 -0700 Subject: Upgrade protobuf to 3.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 18ba802fb0..a89511487f 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.2.0', + 'protobuf>=3.3.0', ) if not PY3: -- cgit v1.2.3