Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(deps): require protobuf>= 3.6.0, <4.0.0dev (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored May 26, 2022
1 parent c4fcb43 commit e84a2a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
description = "Google Cloud Audit Protos"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
dependencies = ["protobuf >= 3.6.0", "googleapis-common-protos >= 1.52.0"]
dependencies = [
"protobuf >= 3.6.0, <4.0.0dev",
"googleapis-common-protos >= 1.56.2, < 2.0dev",
]

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

Expand Down

0 comments on commit e84a2a9

Please sign in to comment.