Skip to content

Commit

Permalink
fix(deps): require protobuf>= 3.15.0, <4.0.0dev (#385)
Browse files Browse the repository at this point in the history
Also adds upper limits for extras.

fix(deps): require googleapis-common-protos >= 1.56.2
  • Loading branch information
parthea authored May 26, 2022
1 parent eed844f commit d84d66c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"googleapis-common-protos >= 1.52.0, < 2.0dev",
"protobuf >= 3.12.0",
"googleapis-common-protos >= 1.56.2, < 2.0dev",
"protobuf >= 3.15.0, <4.0.0dev",
"google-auth >= 1.25.0, < 3.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
extras = {
"grpc": ["grpcio >= 1.33.2, < 2.0dev", "grpcio-status >= 1.33.2, < 2.0dev"],
"grpcgcp": "grpcio-gcp >= 0.2.2",
"grpcio-gcp": "grpcio-gcp >= 0.2.2",
"grpcgcp": "grpcio-gcp >= 0.2.2, < 1.0dev",
"grpcio-gcp": "grpcio-gcp >= 0.2.2, < 1.0dev",
}


Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
googleapis-common-protos==1.52.0
protobuf==3.12.0
googleapis-common-protos==1.56.2
protobuf==3.15.0
google-auth==1.25.0
requests==2.18.0
packaging==14.3
Expand Down

0 comments on commit d84d66c

Please sign in to comment.