Skip to content

Commit

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

* chore(deps): update google cloud common dependency for 3.6

Co-authored-by: Dan Lee <[email protected]>
  • Loading branch information
parthea and dandhlee authored Jun 2, 2022
1 parent d3b13a8 commit 42ef405
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-filestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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",
"google-cloud-common >= 0.1.0",
"proto-plus >= 1.15.0",
"google-cloud-common >= 1.0.0, <2.0.0dev",
"proto-plus >= 1.15.0, <2.0.0dev",
"protobuf >= 3.19.0, <4.0.0dev",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down
3 changes: 2 additions & 1 deletion packages/google-cloud-filestore/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==1.31.5
google-cloud-common==0.1.0
google-cloud-common==1.0.0
proto-plus==1.15.0
protobuf==3.19.0

0 comments on commit 42ef405

Please sign in to comment.