Skip to content

Commit 53958e0

Browse files
authored
Pin minimum protobuf dependency to 3.4.0. (#6132)
See: #6128.
1 parent 0fce637 commit 53958e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'googleapis-common-protos<2.0dev,>=1.5.3',
33-
'protobuf>=3.0.0',
33+
'protobuf>=3.4.0',
3434
'google-auth<2.0.0dev,>=0.4.0',
3535
'requests<3.0.0dev,>=2.18.0',
3636
'setuptools>=34.0.0',

0 commit comments

Comments
 (0)