Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit acc06a7

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#184)
1 parent 8b7bfab commit acc06a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
# Until this issue is closed
4646
# https://github.com/googleapis/google-cloud-python/issues/10566
4747
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
48-
"proto-plus >= 1.15.0",
48+
"proto-plus >= 1.15.0, <2.0.0dev",
49+
"protobuf >= 3.19.0, <4.0.0dev",
4950
),
5051
python_requires=">=3.6",
5152
classifiers=[

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
# Then this file should have google-cloud-foo==1.14.0
77
google-api-core==1.31.5
88
proto-plus==1.15.0
9+
protobuf==3.19.0

0 commit comments

Comments
 (0)