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

Commit de887d2

Browse files
fix(deps): require protobuf <4.0.0dev (#39)
* fix(deps): require protobuf <4.0.0dev * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9459f98 commit de887d2

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
@@ -30,7 +30,8 @@
3030
# Until this issue is closed
3131
# https://github.com/googleapis/google-cloud-python/issues/10566
3232
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
33-
"proto-plus >= 1.15.0",
33+
"proto-plus >= 1.15.0, <2.0.0dev",
34+
"protobuf >= 3.19.0, <4.0.0dev",
3435
]
3536

3637
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
@@ -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)