Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53f7ad0

Browse files
authored
fix: add unpinned protobuf for python3 (googleapis#592)
1 parent 9ca97bf commit 53f7ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"google-resumable-media >= 1.3.0, < 3.0dev; python_version>='3.6'",
3939
"requests >= 2.18.0, < 3.0.0dev",
4040
"protobuf < 3.18.0; python_version<'3.0'",
41+
"protobuf; python_version>='3.6'",
4142
"googleapis-common-protos < 1.53.0; python_version<'3.0'",
4243
"six",
4344
]

0 commit comments

Comments
 (0)