Skip to content

Commit 98fedec

Browse files
build(deps): Update protobuf requirement
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.28.0...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 a84b716 commit 98fedec

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
@@ -36,7 +36,7 @@ dependencies = [
3636
"tqdm>=4.66.2,<5.0",
3737
"trl>=0.13,<0.18",
3838
"peft>=0.8.0,<0.14",
39-
"protobuf>=5.28.0,<6.0.0",
39+
"protobuf>=5.28.0,<7.0.0",
4040
"datasets>=2.15.0,<4.0",
4141
"simpleeval>=0.9.13,<2.0",
4242
"pillow>=11.0.0,<12.0",

0 commit comments

Comments
 (0)