[PR #4174] [MERGED] chore(deps): bump faster-whisper from 1.0.2 to 1.0.3 in /backend #8207

Closed
opened 2025-11-11 17:47:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4174
Author: @dependabot[bot]
Created: 7/29/2024
Status: Merged
Merged: 7/30/2024
Merged by: @tjbck

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


📝 Commits (1)

  • 2ea1717 chore(deps): bump faster-whisper from 1.0.2 to 1.0.3 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps faster-whisper from 1.0.2 to 1.0.3.

Release notes

Sourced from faster-whisper's releases.

faster-whisper 1.0.3

Upgrade Silero-Vad model to latest V5 version (SYSTRAN/faster-whisper#884)

Silero-vad V5 release: https://github.com/snakers4/silero-vad/releases/tag/v5.0

  • window_size_samples parameter is fixed at 512.
  • Change to use the state variable instead of the existing h and c variables.
  • Slightly changed internal logic, now some context (part of previous chunk) is passed along with the current chunk.
  • Change the dimensions of the state variable from 64 to 128.
  • Replace ONNX file with V5 version

Other changes

  • Improve language detection when using clip_timestamps (#867)
  • Docker file improvements (#848)
  • Fix #839 incorrect clip_timestamps being used in model (#842)
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/4174 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/29/2024 **Status:** ✅ Merged **Merged:** 7/30/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/faster-whisper-1.0.3` --- ### 📝 Commits (1) - [`2ea1717`](https://github.com/open-webui/open-webui/commit/2ea1717708c136de5f7b89d613ebe0c637f202f7) chore(deps): bump faster-whisper from 1.0.2 to 1.0.3 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.0.2 to 1.0.3. <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.0.3</h2> <h2>Upgrade Silero-Vad model to latest V5 version (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/884">SYSTRAN/faster-whisper#884</a>)</h2> <p>Silero-vad V5 release: <a href="https://github.com/snakers4/silero-vad/releases/tag/v5.0">https://github.com/snakers4/silero-vad/releases/tag/v5.0</a></p> <ul> <li>window_size_samples parameter is fixed at 512.</li> <li>Change to use the state variable instead of the existing h and c variables.</li> <li>Slightly changed internal logic, now some context (part of previous chunk) is passed along with the current chunk.</li> <li>Change the dimensions of the state variable from 64 to 128.</li> <li>Replace ONNX file with V5 version</li> </ul> <h2>Other changes</h2> <ul> <li>Improve language detection when using clip_timestamps (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/867">#867</a>)</li> <li>Docker file improvements (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/848">#848</a>)</li> <li>Fix <a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/839">#839</a> incorrect clip_timestamps being used in model (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/842">#842</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/c22db5125d21d81744614f458b78604650038d3d"><code>c22db51</code></a> Bump version to 1.0.3 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/887">#887</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/8862bee1f8ee4974bc66bf61620a51383f7508d8"><code>8862bee</code></a> Improve language detection when using clip_timestamps (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/867">#867</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/8d400e9870fe9d59e71212c805be6536da7246c2"><code>8d400e9</code></a> Upgrade to Silero-Vad V5 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/884">#884</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/bced5f04c09967b91ced5d2d605e4c9853b2479e"><code>bced5f0</code></a> docs: add 'faster-whisper-server' community integration (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/861">#861</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/65551c081f17f30e9e73debbbdd148233de67ac7"><code>65551c0</code></a> Docker file improvements (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/848">#848</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/f53be1e81188327bd5c34e3f026e8e306a12b236"><code>f53be1e</code></a> Add distil models to WhisperModel init and download_model docstrings (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/847">#847</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/4acdb5c619711eb9c0e1779e6fb1a6ff3d68d61b"><code>4acdb5c</code></a> Fix <a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/839">#839</a> incorrect clip_timestamps being used in model (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/842">#842</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/a1c3583c960311fd1379681f995db9bed0e2ead7"><code>a1c3583</code></a> Update README.md (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/841">#841</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/2036d126343053c15ec9009df49b62a17126f81f"><code>2036d12</code></a> Add Dockerfile example (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/828">#828</a>)</li> <li>See full diff in <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.0.2...v1.0.3">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.0.2&new-version=1.0.3)](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 2025-11-11 17:47:44 -06: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#8207