Skip to content

Commit

Permalink
fix(deps): require protobuf <4.0.0dev (#252)
Browse files Browse the repository at this point in the history
* fix(deps): require protobuf <4.0.0dev

* update constraints

Co-authored-by: Charlie Yu <charlieyu@google.com>
  • Loading branch information
parthea and charlieyu1996 committed Jun 1, 2022
1 parent bb84e2f commit 513b0ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/google-cloud-container/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
"proto-plus >= 1.15.0",
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
"proto-plus >= 1.15.0, <2.0.0dev",
"protobuf >= 3.19.0, <4.0.0dev",
]
extras = {"libcst": "libcst >= 0.2.5"}

Expand Down
3 changes: 2 additions & 1 deletion packages/google-cloud-container/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.31.5
grpc-google-iam-v1==0.12.3
grpc-google-iam-v1==0.12.4
proto-plus==1.15.0
libcst==0.2.5
protobuf==3.19.0

0 comments on commit 513b0ed

Please sign in to comment.