[PR #17090] [CLOSED] build(deps): bump av from 14.0.1 to 15.1.0 in /backend #39945

Closed
opened 2026-04-25 12:21:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/av-15.1.0


📝 Commits (1)

  • 5bb3a4d build(deps): bump av from 14.0.1 to 15.1.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps av from 14.0.1 to 15.1.0.

Release notes

Sourced from av's releases.

v15.1.0

Full Changelog: https://github.com/PyAV-Org/PyAV/compare/v15.0.0...v15.1.0

Changelog

Sourced from av's changelog.

v15.1.0

Features:

  • Support FFmpeg 8
  • Make the Frame.key_frame flag writable.

v15.0.0

Major:

  • Make SubtitleStream.decode() return the list of subtitles directly, making the API nicer.
  • Drop support for MacOS 12 or under.
  • Binary wheels: Remove libxml2 because of security concerns.
  • Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.

Features:

  • Add GBRP, GBRAP, RGBA formats by :gh-user:z-khan.
  • Add VideoFrame.save(), a convenient way to save frames to PNGs or JPEGs, by :gh-user:WyattBlue.

Fixes:

  • Binary wheels: Re-enable libx265, use version 4.1 by :gh-user:WyattBlue.
  • Fix memory error for AudioFifo properties by :gh-user:zzjjbb.
  • Copy template flags if creating a new Codec object by :gh-user:WyattBlue
  • AudioFrame.from_ndarray(): Support python classes for parameters too, by :gh-user:WyattBlue.

v14.4.0

Features:

  • Expose the duration field for frames by :gh-user:Queuecumber in (:pr:1880).
  • Add support for BGR48 and BGRA64 pixel formats by :gh-user:z-khan in (:pr:1873).

Fixes:

  • Fix security vulnerabilities in binary wheels by :gh-user:jlaine in (:pr:1896).

v14.3.0

Features:

  • Support yuv420p10le in numpy conversion by :gh-user:tsnl in (:pr:1833).
  • Add typing overloads for CodecContext.create by :gh-user:jlaine in (:pr:1853).
  • Provide binary wheels for musl-based distros such as Alpine by :gh-user:jlaine in (:pr:1856).

... (truncated)

Commits
  • e3f2efd Don't build i686 binaries
  • 7247411 Release 15.1.0
  • 0b85c60 Build with ffmpeg 8
  • 22d6a7a Remove unused swr functions
  • eaa675d Remove FilterFlags
  • 3de331d Combine pad and link
  • 2f6c495 Replace FFmpeg version macro with direct API call
  • 3cb9b63 Fix opaque container on PyPy
  • e2ec340 Index opaque by id and make key_frame writable
  • 8e973ab Add set_image for updating the image content of an existing frame
  • 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 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/17090 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/av-15.1.0` --- ### 📝 Commits (1) - [`5bb3a4d`](https://github.com/open-webui/open-webui/commit/5bb3a4dd56290533f6971c13c4c257c3c57f0c81) build(deps): bump av from 14.0.1 to 15.1.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [av](https://github.com/PyAV-Org/PyAV) from 14.0.1 to 15.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyAV-Org/PyAV/releases">av's releases</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyAV-Org/PyAV/compare/v15.0.0...v15.1.0">https://github.com/PyAV-Org/PyAV/compare/v15.0.0...v15.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst">av's changelog</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <p>Features:</p> <ul> <li>Support FFmpeg 8</li> <li>Make the <code>Frame.key_frame</code> flag writable.</li> </ul> <h2>v15.0.0</h2> <p>Major:</p> <ul> <li>Make <code>SubtitleStream.decode()</code> return the list of subtitles directly, making the API nicer.</li> <li>Drop support for MacOS 12 or under.</li> <li>Binary wheels: Remove libxml2 because of security concerns.</li> <li>Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.</li> </ul> <p>Features:</p> <ul> <li>Add GBRP, GBRAP, RGBA formats by :gh-user:<code>z-khan</code>.</li> <li>Add <code>VideoFrame.save()</code>, a convenient way to save frames to PNGs or JPEGs, by :gh-user:<code>WyattBlue</code>.</li> </ul> <p>Fixes:</p> <ul> <li>Binary wheels: Re-enable libx265, use version 4.1 by :gh-user:<code>WyattBlue</code>.</li> <li>Fix memory error for AudioFifo properties by :gh-user:<code>zzjjbb</code>.</li> <li>Copy template flags if creating a new Codec object by :gh-user:<code>WyattBlue</code></li> <li><code>AudioFrame.from_ndarray()</code>: Support python classes for parameters too, by :gh-user:<code>WyattBlue</code>.</li> </ul> <h2>v14.4.0</h2> <p>Features:</p> <ul> <li>Expose the duration field for frames by :gh-user:<code>Queuecumber</code> in (:pr:<code>1880</code>).</li> <li>Add support for BGR48 and BGRA64 pixel formats by :gh-user:<code>z-khan</code> in (:pr:<code>1873</code>).</li> </ul> <p>Fixes:</p> <ul> <li>Fix security vulnerabilities in binary wheels by :gh-user:<code>jlaine</code> in (:pr:<code>1896</code>).</li> </ul> <h2>v14.3.0</h2> <p>Features:</p> <ul> <li>Support yuv420p10le in numpy conversion by :gh-user:<code>tsnl</code> in (:pr:<code>1833</code>).</li> <li>Add typing overloads for <code>CodecContext.create</code> by :gh-user:<code>jlaine</code> in (:pr:<code>1853</code>).</li> <li>Provide binary wheels for musl-based distros such as Alpine by :gh-user:<code>jlaine</code> in (:pr:<code>1856</code>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyAV-Org/PyAV/commit/e3f2efd85e8c36c1f7b1a14660e05b5c7909a6e6"><code>e3f2efd</code></a> Don't build i686 binaries</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/724741146893ab0abfd289e38a93b1d9f60014ea"><code>7247411</code></a> Release 15.1.0</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/0b85c60defbea05ee8118a0605f7c31254589a0b"><code>0b85c60</code></a> Build with ffmpeg 8</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/22d6a7ac30d10eba804cb59672d8bb8dd1623998"><code>22d6a7a</code></a> Remove unused swr functions</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/eaa675d67ee8802ea651c49cadf3da5313ded417"><code>eaa675d</code></a> Remove FilterFlags</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/3de331d5621a1d491ba0d45fc1a096c7cbaa10d6"><code>3de331d</code></a> Combine pad and link</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/2f6c495778c083f7cb9f712beef025734cff9fb6"><code>2f6c495</code></a> Replace FFmpeg version macro with direct API call</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/3cb9b6383a2bdc626f005b5b13789d4c75fabfb5"><code>3cb9b63</code></a> Fix opaque container on PyPy</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/e2ec340cab48201fc3a72aa029fdae4035f3c4ed"><code>e2ec340</code></a> Index opaque by id and make <code>key_frame</code> writable</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/8e973abffdeb7149e25e15019ea9ea20f12a30bd"><code>8e973ab</code></a> Add set_image for updating the image content of an existing frame</li> <li>Additional commits viewable in <a href="https://github.com/PyAV-Org/PyAV/compare/v14.0.1...v15.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=av&package-manager=pip&previous-version=14.0.1&new-version=15.1.0)](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-04-25 12:21:50 -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#39945