[PR #22062] [CLOSED] chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 #81328

Closed
opened 2026-05-13 15:40:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22062
Author: @dependabot[bot]
Created: 3/1/2026
Status: Closed

Base: devHead: dependabot/uv/dev/sentencepiece-0.2.1


📝 Commits (1)

  • f77d587 chore(deps): bump sentencepiece from 0.2.0 to 0.2.1

📊 Changes

1 file changed (+1385 additions, -1030 deletions)

View changed files

📝 uv.lock (+1385 -1030)

📄 Description

Bumps sentencepiece from 0.2.0 to 0.2.1.

Release notes

Sourced from sentencepiece's releases.

v0.2.1

Major changes

New features

  • [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.

Bug fixes & minor changes

  • [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
  • [Python]: Deprecates the wheel package for Linux i686.
  • [Python]: Supported wheel for Windows Arm64. #1114
  • [Python]: Fixed the crash issue on batch decoding #1051
  • [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
  • [ALL]: Unused code and build mode cleanup.

v0.2.1pre2

Major changes

New features

  • [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.

Bug fixes & minor changes

  • [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
  • [Python]: Deprecates the wheel package for Linux i686.
  • [Python]: Supported wheel for Windows Arm64.
  • [Python]: Fixed the crash issue on batch decoding #1051
  • [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
  • [ALL]: Unused code and build mode cleanup.
Commits
  • 31646a4 Merge pull request #1136 from crusaderky/pytest-run-parallel
  • bcd44b9 free-threading tests
  • 135747f install twine before checking wheel
  • 69fe0b2 install setuptools before making sdist
  • ee1422b install setuptools before making sdist
  • 5ac2fd2 use windows-11-arm runner to test ARM64 wheel on native env.
  • 36b9745 use windows-11-arm runner to test ARM64 wheel on native env.
  • 4f043ae use auto-mode to make wheel with the native binary.
  • 623196e uses arm docker image to build and test wheel
  • 559fd65 re-enable QEMU to enable arm execution
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22062 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/uv/dev/sentencepiece-0.2.1` --- ### 📝 Commits (1) - [`f77d587`](https://github.com/open-webui/open-webui/commit/f77d5872626a4dd4bc2aad6820a3881462c20f89) chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 ### 📊 Changes **1 file changed** (+1385 additions, -1030 deletions) <details> <summary>View changed files</summary> 📝 `uv.lock` (+1385 -1030) </details> ### 📄 Description Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/sentencepiece/releases">sentencepiece's releases</a>.</em></p> <blockquote> <h2>v0.2.1</h2> <h2>Major changes</h2> <ul> <li>[Python] Supported wheels and builds for Python 3.13 and 3.14(rc1) <a href="https://redirect.github.com/google/sentencepiece/issues/1134">#1134</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1127">#1127</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1121">#1121</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1111">#1111</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1110">#1110</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1104">#1104</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1103">#1103</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1099">#1099</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1091">#1091</a></li> <li>[Python] Added an experimental support for free-threading. <a href="https://redirect.github.com/google/sentencepiece/issues/1134">#1134</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1127">#1127</a>, <a href="https://redirect.github.com/google/sentencepiece/issues/1110">#1110</a> <a href="https://github.com/google/sentencepiece/tree/master/python#free-threading-support">https://github.com/google/sentencepiece/tree/master/python#free-threading-support</a></li> <li>[Python] Updated the supported Python version to 3.9 or later.</li> </ul> <h2>New features</h2> <ul> <li>[ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (<code>-DSPM_DISABLE_EMBEDDED_DATA=ON</code>). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.</li> </ul> <h2>Bug fixes &amp; minor changes</h2> <ul> <li>[ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.</li> <li>[Python]: Deprecates the wheel package for Linux i686.</li> <li>[Python]: Supported wheel for Windows Arm64. <a href="https://redirect.github.com/google/sentencepiece/issues/1114">#1114</a></li> <li>[Python]: Fixed the crash issue on batch decoding <a href="https://redirect.github.com/google/sentencepiece/issues/1051">#1051</a></li> <li>[ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.</li> <li>[ALL]: Unused code and build mode cleanup.</li> </ul> <h2>v0.2.1pre2</h2> <h2>Major changes</h2> <ul> <li>[Python] Supported wheels and builds for Python 3.13 and 3.14(rc0)</li> <li>[Python] Added an experimental support for free-threading. <a href="https://github.com/google/sentencepiece/tree/master/python#free-threading-support">https://github.com/google/sentencepiece/tree/master/python#free-threading-support</a></li> <li>[Python] Updated the supported Python version to 3.9 or later.</li> </ul> <h2>New features</h2> <ul> <li>[ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (<code>-DSPM_DISABLE_EMBEDDED_DATA=ON</code>). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.</li> </ul> <h2>Bug fixes &amp; minor changes</h2> <ul> <li>[ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.</li> <li>[Python]: Deprecates the wheel package for Linux i686.</li> <li>[Python]: Supported wheel for Windows Arm64.</li> <li>[Python]: Fixed the crash issue on batch decoding <a href="https://redirect.github.com/google/sentencepiece/issues/1051">#1051</a></li> <li>[ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.</li> <li>[ALL]: Unused code and build mode cleanup.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/sentencepiece/commit/31646a467d2051eb904e0b45de3a73e91fe1c1e3"><code>31646a4</code></a> Merge pull request <a href="https://redirect.github.com/google/sentencepiece/issues/1136">#1136</a> from crusaderky/pytest-run-parallel</li> <li><a href="https://github.com/google/sentencepiece/commit/bcd44b920d3b1b88d6999c0e64c6be4fed8f265c"><code>bcd44b9</code></a> free-threading tests</li> <li><a href="https://github.com/google/sentencepiece/commit/135747f6c0964ab9bb4a75c699fe06450f9eed02"><code>135747f</code></a> install twine before checking wheel</li> <li><a href="https://github.com/google/sentencepiece/commit/69fe0b2cbb9f3b7a228be43907a7582028b59ee3"><code>69fe0b2</code></a> install setuptools before making sdist</li> <li><a href="https://github.com/google/sentencepiece/commit/ee1422b4b7a4c5adbae2b9bea69fa81a3fb07202"><code>ee1422b</code></a> install setuptools before making sdist</li> <li><a href="https://github.com/google/sentencepiece/commit/5ac2fd21a653b048e5bda6c91a97dd54804fb4ef"><code>5ac2fd2</code></a> use windows-11-arm runner to test ARM64 wheel on native env.</li> <li><a href="https://github.com/google/sentencepiece/commit/36b974528d3ae3a605420dbaaea2dfb56bc0fe31"><code>36b9745</code></a> use windows-11-arm runner to test ARM64 wheel on native env.</li> <li><a href="https://github.com/google/sentencepiece/commit/4f043ae78ebca536bd7f51a5d603d6caa25ff684"><code>4f043ae</code></a> use auto-mode to make wheel with the native binary.</li> <li><a href="https://github.com/google/sentencepiece/commit/623196eff94a8cd7ae43964085c519a243df4d36"><code>623196e</code></a> uses arm docker image to build and test wheel</li> <li><a href="https://github.com/google/sentencepiece/commit/559fd65d67f39fd3ad133dc326ddac8fd90231b6"><code>559fd65</code></a> re-enable QEMU to enable arm execution</li> <li>Additional commits viewable in <a href="https://github.com/google/sentencepiece/compare/v0.2.0...v0.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentencepiece&package-manager=uv&previous-version=0.2.0&new-version=0.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 15:40:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#81328