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

Commit 48510c0

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#194)
1 parent af76dfd commit 48510c0

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
@@ -32,7 +32,8 @@
3232
# Until this issue is closed
3333
# https://github.com/googleapis/google-cloud-python/issues/10566
3434
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
35-
"proto-plus >= 1.15.0",
35+
"proto-plus >= 1.15.0, <2.0.0dev",
36+
"protobuf >= 3.19.0, <4.0.0dev",
3637
]
3738

3839
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

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

0 commit comments

Comments
 (0)