Skip to content

Commit f62d452

Browse files
authored
fix(deps): allow protobuf < 5.0.0 (#25)
fix(deps): require proto-plus >= 1.22.0
1 parent 99892a4 commit f62d452

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-bigquery-data-exchange/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
release_status = "Development Status :: 4 - Beta"
2828
dependencies = [
2929
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
30-
"proto-plus >= 1.15.0, <2.0.0dev",
31-
"protobuf >= 3.19.0, <4.0.0dev",
30+
"proto-plus >= 1.22.0, <2.0.0dev",
31+
"protobuf >= 3.19.0, <5.0.0dev",
3232
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
3333
]
3434

packages/google-cloud-bigquery-data-exchange/testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
77
google-api-core==1.32.0
8-
proto-plus==1.15.0
8+
proto-plus==1.22.0
99
grpc-google-iam-v1 >= 0.12.4
1010
protobuf==3.19.0

0 commit comments

Comments
 (0)