Skip to content

Commit

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

* update constraints
  • Loading branch information
parthea committed Jun 2, 2022
1 parent ac07dc9 commit efc8e45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-appengine-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,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",
"proto-plus >= 1.18.1",
"grpc-google-iam-v1",
"six",
"proto-plus >= 1.18.1, <2.0.0dev",
"protobuf >= 3.19.0, <4.0.0dev",
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Then this file should have foo==1.14.0
google-api-core==1.31.5
proto-plus==1.18.1
grpc-google-iam-v1==0.12.3
six==1.13.0
grpc-google-iam-v1==0.12.4
protobuf==3.19.0

0 comments on commit efc8e45

Please sign in to comment.