Skip to content

Commit

Permalink
fix: add unpinned protobuf for python3 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco committed Sep 16, 2021
1 parent 9ca97bf commit 53f7ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,6 +38,7 @@
"google-resumable-media >= 1.3.0, < 3.0dev; python_version>='3.6'",
"requests >= 2.18.0, < 3.0.0dev",
"protobuf < 3.18.0; python_version<'3.0'",
"protobuf; python_version>='3.6'",
"googleapis-common-protos < 1.53.0; python_version<'3.0'",
"six",
]
Expand Down

0 comments on commit 53f7ad0

Please sign in to comment.