Skip to content

Commit 1ba6095

Browse files
authored
fix(dependencies): increase protobuf version (#49)
Increase protobuf version to 3.12.0 for `_internal_create_key`. Closes #48
1 parent 02d2579 commit 1ba6095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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 >= 1.6.0, < 2.0dev",
33-
"protobuf >= 3.4.0",
33+
"protobuf >= 3.12.0",
3434
"google-auth >= 1.14.0, < 2.0dev",
3535
"requests >= 2.18.0, < 3.0.0dev",
3636
"setuptools >= 34.0.0",

0 commit comments

Comments
 (0)