Skip to content

Commit 423acbe

Browse files
Update protobuf requirement from <5,>=4.25.3 to >=4.25.3,<6
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.25.3...v5.27.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38083c4 commit 423acbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"frequenz-client-common >= 0.2.0, < 0.3",
3333
"grpcio >= 1.54.2, < 2",
3434
"grpcio-tools >= 1.54.2, < 2",
35-
"protobuf >= 4.25.3, < 5",
35+
"protobuf >= 4.25.3, < 6",
3636
]
3737
dynamic = ["version"]
3838

0 commit comments

Comments
 (0)