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 bd6ffe8

Browse filesBrowse files
authored
fix(deps): allow protobuf < 5.0.0 (#33)
fix(deps): require proto-plus >= 1.22.0
1 parent 3c57354 commit bd6ffe8
Copy full SHA for bd6ffe8

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-3
lines changed

‎packages/google-cloud-run/setup.py

Copy file name to clipboardExpand all lines: packages/google-cloud-run/setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +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, <2.0.0dev",
34-
"protobuf >= 3.19.0, <4.0.0dev",
33+
"proto-plus >= 1.22.0, <2.0.0dev",
34+
"protobuf >= 3.19.0, <5.0.0dev",
3535
"googleapis-common-protos >= 1.56.1, <2.0.0dev",
3636
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
3737
]

‎packages/google-cloud-run/testing/constraints-3.7.txt

Copy file name to clipboardExpand all lines: packages/google-cloud-run/testing/constraints-3.7.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
77
google-api-core==1.31.5
8-
proto-plus==1.15.0
8+
proto-plus==1.22.0
99
googleapis-common-protos==1.56.1
1010
grpc-google-iam-v1==0.12.4
1111
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.