Skip to content

Commit a254b32

Browse files
Update protobuf requirement from <6,>=5.29.3 to >=5.29.3,<7
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@v5.29.3...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a02bcef commit a254b32

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
@@ -31,7 +31,7 @@ dependencies = [
3131
"frequenz-api-reporting >= 0.7.0, < 0.8",
3232
"frequenz-client-common >= 0.3.0, < 0.4",
3333
"grpcio >=1.70.0, < 2",
34-
"protobuf >=5.29.3, < 6",
34+
"protobuf >= 5.29.3, < 7",
3535
"frequenz-client-base >= 0.8.0, < 0.10.0",
3636
]
3737
dynamic = ["version"]

0 commit comments

Comments
 (0)