Skip to content

Commit fd54fc6

Browse files
authored
fix(deps): allow protobuf < 5.0.0 (#631)
fix(deps): require proto-plus >= 1.22.0
1 parent 589c9ae commit fd54fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"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.*",
3333
"google-cloud-core >= 1.4.1, <3.0.0dev",
3434
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
35-
"proto-plus >= 1.18.0, <2.0.0dev",
36-
"protobuf >= 3.19.0, <4.0.0dev",
35+
"proto-plus >= 1.22.0, <2.0.0dev",
36+
"protobuf >= 3.19.0, <5.0.0dev",
3737
]
3838
extras = {"libcst": "libcst >= 0.2.5"}
3939

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
google-api-core==1.32.0
99
google-cloud-core==1.4.1
1010
grpc-google-iam-v1==0.12.4
11-
proto-plus==1.18.0
11+
proto-plus==1.22.0
1212
libcst==0.2.5
1313
protobuf==3.19.0
1414

0 commit comments

Comments
 (0)