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
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit b764fa8

Browse filesBrowse files
authored
fix(deps): require protobuf <4.0.0dev (#195)
1 parent 19e3103 commit b764fa8
Copy full SHA for b764fa8

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-1Lines 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
extras = {"libcst": "libcst >= 0.2.5"}
3839

‎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
proto-plus==1.15.0
1010
libcst==0.2.5
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.