Skip to content

Commit 24dc9e3

Browse files
Update protobuf requirement from <5,>=4.21.6 to >=4.21.6,<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.22.0-rc1...v5.26.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c54f8d commit 24dc9e3

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"grpcio-tools >= 1.54.2, < 2",
3838
"networkx >= 2.8, < 4",
3939
"numpy >= 1.24.2, < 2",
40-
"protobuf >= 4.21.6, < 5",
40+
"protobuf >= 4.21.6, < 6",
4141
"pydantic >= 2.3, < 3",
4242
"timezonefinder >= 6.2.0, < 7",
4343
"tqdm >= 4.38.0, < 5",

0 commit comments

Comments
 (0)