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

Commit afe0083

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#287)
1 parent 6bbf04e commit afe0083

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
include_package_data=True,
4646
install_requires=(
4747
"google-api-core[grpc] >= 2.7.0, <3.0.0dev",
48-
"proto-plus >= 1.19.7",
48+
"proto-plus >= 1.19.7, <2.0.0dev",
49+
"protobuf >= 3.19.0, <4.0.0dev",
4950
"dataclasses >= 0.6; python_version < '3.7'",
5051
),
5152
python_requires=">=3.6",

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
google-api-core==2.7.0
99
proto-plus==1.19.7
1010
dataclasses==0.6.0
11+
protobuf==3.19.0

0 commit comments

Comments
 (0)