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

Commit ab147e1

Browse files
authored
fix(deps): allow protobuf < 5.0.0 (#11)
fix(deps): require proto-plus >= 1.22.0
1 parent ce848f3 commit ab147e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
28-
"proto-plus >= 1.15.0, <2.0.0dev",
29-
"protobuf >= 3.19.0, <4.0.0dev",
28+
"proto-plus >= 1.22.0, <2.0.0dev",
29+
"protobuf >= 3.19.0, <5.0.0dev",
3030
]
3131
url = "https://github.com/googleapis/python-gke-backup"
3232

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
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==2.8.0
8-
proto-plus==1.15.0
8+
proto-plus==1.22.0
99
protobuf==3.19.0

0 commit comments

Comments
 (0)