Skip to content

Commit ab83141

Browse files
authored
Pin minimum protobuf dependency to 3.4.0. (googleapis#6132)
See: googleapis#6128.
1 parent 8b772bc commit ab83141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api_core/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)