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

Commit 95a4e49

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#176)
1 parent c8059f4 commit 95a4e49

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
@@ -49,7 +49,8 @@
4949
# Until this issue is closed
5050
# https://github.com/googleapis/google-cloud-python/issues/10566
5151
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
52-
"proto-plus >= 1.15.0",
52+
"proto-plus >= 1.15.0, <2.0.0dev",
53+
"protobuf >= 3.19.0, <4.0.0dev",
5354
),
5455
python_requires=">=3.6",
5556
classifiers=[

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
# Then this file should have foo==1.14.0
2222
google-api-core==1.31.5
2323
proto-plus==1.15.0
24+
protobuf==3.19.0

0 commit comments

Comments
 (0)