Skip to content

Commit 120ad73

Browse files
authored
fix(deps): require protobuf>= 3.6.0, <4.0.0dev (#55)
1 parent 49085dc commit 120ad73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/google-cloud-audit-log/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
description = "Google Cloud Audit Protos"
2323
version = "0.2.0"
2424
release_status = "Development Status :: 4 - Beta"
25-
dependencies = ["protobuf >= 3.6.0", "googleapis-common-protos >= 1.52.0"]
25+
dependencies = [
26+
"protobuf >= 3.6.0, <4.0.0dev",
27+
"googleapis-common-protos >= 1.56.2, < 2.0dev",
28+
]
2629

2730
package_root = os.path.abspath(os.path.dirname(__file__))
2831

0 commit comments

Comments
 (0)