From 91f2945aa662dc29e204bed2e6c6c0cd6b82e0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:38:38 -0700 Subject: [PATCH] Update protobuf requirement from <5.27 to <5.28 (#3329) 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/v2.4.1...v5.27.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc0d5b2173..e3d23fe1da 100644 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ def package_files(prefix: str, directory: str, extension: str): ] extra_deps['sentencepiece'] = [ - 'protobuf<5.27', + 'protobuf<5.28', 'sentencepiece==0.2.0', ]