Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb0720c

Browse filesBrowse files
partheaarbrown
andauthored
fix(deps): require protobuf <4.0.0dev (#564)
Co-authored-by: Drew Brown <drewbr@google.com>
1 parent 76413b1 commit cb0720c
Copy full SHA for cb0720c

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
# Until this issue is closed
4040
# https://github.com/googleapis/google-cloud-python/issues/10566
4141
"google-cloud-core >= 1.4.1, <3.0.0dev",
42-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
43-
"proto-plus >= 1.15.0",
42+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
43+
"proto-plus >= 1.15.0, <2.0.0dev",
44+
"protobuf >= 3.19.0, <4.0.0dev",
4445
]
4546
extras = {}
4647

‎testing/constraints-3.6.txt

Copy file name to clipboardExpand all lines: testing/constraints-3.6.txt
+1Lines 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
google-cloud-core==1.4.1
1010
proto-plus==1.15.0
11+
protobuf==3.19.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.