Skip to content

Commit

Permalink
fix(deps): require protobuf<4.0.0 on v1 branch (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 9, 2022
1 parent 8ab72f7 commit ba57023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"google-api-core[grpc, grpcgcp] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-cloud-core >= 1.4.1, < 3.0dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
"protobuf<4.0.0dev",
]
extras = {
"tracing": [
Expand Down

0 comments on commit ba57023

Please sign in to comment.