From 1c8214e5fc8651a4e7ea9d27f5517caf0e29c640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:55:51 +0000 Subject: [PATCH] chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 in /research Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](https://github.com/google/sentencepiece/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- research/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/requirements.txt b/research/requirements.txt index 7ac1c28..37f2968 100644 --- a/research/requirements.txt +++ b/research/requirements.txt @@ -11,7 +11,7 @@ pandas==2.0.3 peft==0.12.0 safetensors==0.4.5 scipy==1.10.1 -sentencepiece==0.2.0 +sentencepiece==0.2.1 tokenizers==0.20.3 tqdm==4.67.0 uvicorn==0.32.0