From 8ce41e00caf5664d04ad0df5cd465d53fb144cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 15:15:31 +0000 Subject: [PATCH] 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](https://github.com/protocolbuffers/protobuf/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89af5e383..40f822566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "tqdm>=4.66.2,<5.0", "trl>=0.13,<0.18", "peft>=0.8.0,<0.14", -"protobuf>=5.28.0,<6.0.0", +"protobuf>=5.28.0,<7.0.0", "datasets>=3.5.0,<4.0", "simpleeval>=0.9.13,<2.0", "pillow>=11.0.0,<12.0",