Skip to content

Commit 9775c16

Browse files
chore(deps): update protobuf requirement from <5,>=4.24.4 to >=4.24.4,<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@v4.24.4...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 2f68b8c commit 9775c16

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
@@ -14,7 +14,7 @@ dependencies = [
1414
"prometheus-client>=0.21.1,<0.22",
1515
"pydantic>=2.4.2,<3",
1616
"uvicorn>=0.34.0,<0.35",
17-
"protobuf>=4.24.4,<5",
17+
"protobuf>=4.24.4,<7",
1818
"requests>=2.31.0,<3",
1919
"cryptography>=44.0.2,<45",
2020
"h5py>=3.13.0,<4",

0 commit comments

Comments
 (0)