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

Commit 0b93e8d

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#95)
1 parent a167767 commit 0b93e8d

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
@@ -40,7 +40,8 @@
4040
include_package_data=True,
4141
install_requires=(
4242
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
43-
"proto-plus >= 1.15.0",
43+
"proto-plus >= 1.15.0, <2.0.0dev",
44+
"protobuf >= 3.19.0, <4.0.0dev",
4445
),
4546
python_requires=">=3.6",
4647
classifiers=[

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==1.31.5
99
proto-plus==1.15.0
1010
libcst==0.2.5
11+
protobuf==3.19.0

0 commit comments

Comments
 (0)