Skip to content

Commit

Permalink
fix(dependencies): increase protobuf version (#49)
Browse files Browse the repository at this point in the history
Increase protobuf version to 3.12.0 for `_internal_create_key`. Closes #48
  • Loading branch information
busunkim96 committed Jun 16, 2020
1 parent 02d2579 commit 1ba6095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"googleapis-common-protos >= 1.6.0, < 2.0dev",
"protobuf >= 3.4.0",
"protobuf >= 3.12.0",
"google-auth >= 1.14.0, < 2.0dev",
"requests >= 2.18.0, < 3.0.0dev",
"setuptools >= 34.0.0",
Expand Down

0 comments on commit 1ba6095

Please sign in to comment.