[PR #18774] [CLOSED] chore(deps): bump faster-whisper from 1.1.1 to 1.2.1 in /backend #63777

Closed
opened 2026-05-06 08:50:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18774
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/faster-whisper-1.2.1


📝 Commits (1)

  • ba58fbb chore(deps): bump faster-whisper from 1.1.1 to 1.2.1 in /backend

📊 Changes

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

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps faster-whisper from 1.1.1 to 1.2.1.

Release notes

Sourced from faster-whisper's releases.

faster-whisper 1.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/SYSTRAN/faster-whisper/compare/v1.2.0...v1.2.1

faster-whisper 1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/SYSTRAN/faster-whisper/compare/v1.1.1...v1.2.0

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/18774 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/faster-whisper-1.2.1` --- ### 📝 Commits (1) - [`ba58fbb`](https://github.com/open-webui/open-webui/commit/ba58fbbfe7e73d51cceefdc690147f8f25e48841) chore(deps): bump faster-whisper from 1.1.1 to 1.2.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [faster-whisper](https://github.com/SYSTRAN/faster-whisper) from 1.1.1 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SYSTRAN/faster-whisper/releases">faster-whisper's releases</a>.</em></p> <blockquote> <h2>faster-whisper 1.2.1</h2> <h2>What's Changed</h2> <ul> <li>only merge when <code>clip_timestamps</code> are not provided by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1345">SYSTRAN/faster-whisper#1345</a></li> <li>Fix: Prevent &lt;|nocaptions|&gt; tokens in BatchedInferencePipeline by <a href="https://github.com/mmichelli"><code>@​mmichelli</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1338">SYSTRAN/faster-whisper#1338</a></li> <li>Upgrade to Silero-VAD V6 by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> and <a href="https://github.com/sssshhhhhh"><code>@​sssshhhhhh</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1373">SYSTRAN/faster-whisper#1373</a></li> <li>Offload retry logic to hf hub by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1382">SYSTRAN/faster-whisper#1382</a></li> <li>Refinements for clip timestamps in batched inference by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1376">SYSTRAN/faster-whisper#1376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mmichelli"><code>@​mmichelli</code></a> made their first contribution in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1338">SYSTRAN/faster-whisper#1338</a></li> <li><a href="https://github.com/sssshhhhhh"><code>@​sssshhhhhh</code></a> made their first contribution in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1365">SYSTRAN/faster-whisper#1365</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.2.0...v1.2.1">https://github.com/SYSTRAN/faster-whisper/compare/v1.2.0...v1.2.1</a></p> <h2>faster-whisper 1.2.0</h2> <h2>What's Changed</h2> <ul> <li>feat: allow passing specific revision to download by <a href="https://github.com/felixmosh"><code>@​felixmosh</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1292">SYSTRAN/faster-whisper#1292</a></li> <li>Support <code>distil-large-v3.5</code> by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1311">SYSTRAN/faster-whisper#1311</a></li> <li>Feature: Allow loading of private HF models by <a href="https://github.com/r15hil"><code>@​r15hil</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1309">SYSTRAN/faster-whisper#1309</a></li> <li>bugfix: Get correct chunk index when restoring timestamps by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1336">SYSTRAN/faster-whisper#1336</a></li> <li>Remove Silence in Batched transcription by <a href="https://github.com/MahmoudAshraf97"><code>@​MahmoudAshraf97</code></a> in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1297">SYSTRAN/faster-whisper#1297</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/djpg"><code>@​djpg</code></a> made their first contribution in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1267">SYSTRAN/faster-whisper#1267</a></li> <li><a href="https://github.com/felixmosh"><code>@​felixmosh</code></a> made their first contribution in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1292">SYSTRAN/faster-whisper#1292</a></li> <li><a href="https://github.com/r15hil"><code>@​r15hil</code></a> made their first contribution in <a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/1309">SYSTRAN/faster-whisper#1309</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.1.1...v1.2.0">https://github.com/SYSTRAN/faster-whisper/compare/v1.1.1...v1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/65882eee9f5cdbeeb2d877f1131d48cf241b327d"><code>65882ee</code></a> Bump version to 1.2.1</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/409a6919f98e2664794e80a93e421803837bc0fe"><code>409a691</code></a> Prevent timestamps restoration when clip timestamps are provided in batched i...</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/00a5b26b1f09bf18972855980ddc13949dc56f87"><code>00a5b26</code></a> Offload retry logic to hf hub (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1382">#1382</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/9090997d2545e86d4bf026012c0a74b6a92c568b"><code>9090997</code></a> Fix a typo (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1377">#1377</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/dea24cbcc6cbef23ff599a63be0bbb647a0b23d6"><code>dea24cb</code></a> Upgrade to Silero-VAD V6 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1373">#1373</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/14ba1051f36a900fab951689c9f4846d4bc63d58"><code>14ba105</code></a> Fix: add <code>\&lt;|nocaptions|&gt;</code> to suppressed tokens (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1338">#1338</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/c26d609974ef7c36715f23f0fbcdb3f9b5f8a663"><code>c26d609</code></a> only merge when <code>clip_timestamps</code> are not provided (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1345">#1345</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/4bd98d5c5bf5dfd52a8fcd8b27c1492a3ec41f57"><code>4bd98d5</code></a> Update README.md to include whisper-fastapi (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1325">#1325</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/93001a9438bb621285580c1074964672d891f551"><code>93001a9</code></a> bump version to 1.2.0</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/a0c3cb9802946ba0a567c6be0ac051140ee736cb"><code>a0c3cb9</code></a> Remove Silence in Batched transcription (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/1297">#1297</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.1.1...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faster-whisper&package-manager=pip&previous-version=1.1.1&new-version=1.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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-06 08:50:42 -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#63777