From 4d52a1988a828cbe2877428cb15456a8d49611eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:32:32 +0000 Subject: [PATCH] Bump sentencepiece from 0.1.96 to 0.2.1 in /python Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.1.96 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](https://github.com/google/sentencepiece/compare/v0.1.96...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_mac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c47b6e5c1..72f0eb208 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -17,7 +17,7 @@ pyclipper==1.2.1 MarkupSafe==1.1.1 Werkzeug==1.0.1 ujson>=2.0.3 -sentencepiece==0.1.96; platform_machine != "aarch64" +sentencepiece==0.2.1; platform_machine != "aarch64" sentencepiece; platform_machine == "aarch64" opencv-python==3.4.17.61; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64" diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index 9281deff1..4fe22872d 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -15,7 +15,7 @@ Werkzeug==1.0.1 ujson>=2.0.3 grpcio-tools==1.33.2 grpcio>=1.33.2 -sentencepiece==0.1.96; platform_machine != "aarch64" +sentencepiece==0.2.1; platform_machine != "aarch64" sentencepiece; platform_machine == "aarch64" opencv-python==3.4.17.61; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64"