commit | 53958e02a582dcbe6c5a89cc514de4666cebb06b | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Fri Sep 28 12:58:35 2018 -0400 |
committer | GitHub <noreply@github.com> | Fri Sep 28 12:58:35 2018 -0400 |
tree | 66369fb70e2872f2a0db9818d0592d87da1799c2 | |
parent | 0fce637a1357850d00db28840620c012c66a024f [diff] |
Pin minimum protobuf dependency to 3.4.0. (#6132) See: #6128.
diff --git a/setup.py b/setup.py index dbb5102..351c8bf 100644 --- a/setup.py +++ b/setup.py
@@ -30,7 +30,7 @@ release_status = 'Development Status :: 5 - Production/Stable' dependencies = [ 'googleapis-common-protos<2.0dev,>=1.5.3', - 'protobuf>=3.0.0', + 'protobuf>=3.4.0', 'google-auth<2.0.0dev,>=0.4.0', 'requests<3.0.0dev,>=2.18.0', 'setuptools>=34.0.0',