[PR #11012] [MERGED] chore(deps): bump uvicorn[standard] from 0.30.6 to 0.34.0 in /backend #38269

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11012
Author: @dependabot[bot]
Created: 3/1/2025
Status: Merged
Merged: 3/1/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/uvicorn-standard--0.34.0


📝 Commits (1)

  • 588a179 chore(deps): bump uvicorn[standard] from 0.30.6 to 0.34.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps uvicorn[standard] from 0.30.6 to 0.34.0.

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.34.0

What's Changed


Full Changelog: https://github.com/encode/uvicorn/compare/0.33.0...0.34.0

Version 0.33.0

What's Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.32.1...0.33.0

Version 0.32.1

What's Changed


Full Changelog: https://github.com/encode/uvicorn/compare/0.32.0...0.32.1

Version 0.32.0

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

Full Changelog: https://github.com/encode/uvicorn/compare/0.31.1...0.32.0

Version 0.31.1

Fixed

  • Support WebSockets 0.13.1 #2471
  • Restore support for [*] in trusted hosts #2480
  • Add PathLike[str] type hint for ssl_keyfile #2481

Full Changelog: https://github.com/encode/uvicorn/compare/0.31.0...0.31.1

Version 0.31.0

... (truncated)

Changelog

Sourced from uvicorn[standard]'s changelog.

0.34.0 (December 15, 2024)

Added

  • Add content-length to 500 response in wsproto implementation (#2542)

Removed

  • Drop support for Python 3.8 (#2543)

0.33.0 (December 14, 2024)

Removed

  • Remove WatchGod support for --reload (#2536)

0.32.1 (November 20, 2024)

Fixed

  • Drop ASGI spec version to 2.3 on HTTP scope (#2513)
  • Enable httptools lenient data on httptools >= 0.6.3 (#2488)

0.32.0 (October 15, 2024)

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

0.31.1 (October 9, 2024)

Fixed

  • Support WebSockets 0.13.1 (#2471)
  • Restore support for [*] in trusted hosts (#2480)
  • Add PathLike[str] type hint for ssl_keyfile (#2481)

0.31.0 (September 27, 2024)

Added

Improve ProxyHeadersMiddleware (#2468) and (#2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow to specify IP Networks as trusted hosts. This greatly simplifies deployments on docker swarm/kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.
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/11012 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/uvicorn-standard--0.34.0` --- ### 📝 Commits (1) - [`588a179`](https://github.com/open-webui/open-webui/commit/588a179b7fd804648ef6f5b771a014ff60fc412f) chore(deps): bump uvicorn[standard] from 0.30.6 to 0.34.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 [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.6 to 0.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/releases">uvicorn[standard]'s releases</a>.</em></p> <blockquote> <h2>Version 0.34.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>content-length</code> to 500 response in wsproto by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2542">encode/uvicorn#2542</a></li> <li>Drop Python 3.8 by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2543">encode/uvicorn#2543</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.33.0...0.34.0">https://github.com/encode/uvicorn/compare/0.33.0...0.34.0</a></p> <h2>Version 0.33.0</h2> <h2>What's Changed</h2> <ul> <li>Remove WatchGod by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2536">encode/uvicorn#2536</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bwells"><code>@​bwells</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2491">encode/uvicorn#2491</a></li> <li><a href="https://github.com/tback"><code>@​tback</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2528">encode/uvicorn#2528</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.32.1...0.33.0">https://github.com/encode/uvicorn/compare/0.32.1...0.33.0</a></p> <h2>Version 0.32.1</h2> <h2>What's Changed</h2> <ul> <li>Enable httptools lenient data by <a href="https://github.com/vvanglro"><code>@​vvanglro</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2488">encode/uvicorn#2488</a></li> <li>Drop ASGI spec version to 2.3 on HTTP scope by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2513">encode/uvicorn#2513</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.32.0...0.32.1">https://github.com/encode/uvicorn/compare/0.32.0...0.32.1</a></p> <h2>Version 0.32.0</h2> <h2>Added</h2> <ul> <li>Officially support Python 3.13 (<a href="https://redirect.github.com/encode/uvicorn/issues/2482">#2482</a>)</li> <li>Warn when <code>max_request_limit</code> is exceeded (<a href="https://redirect.github.com/encode/uvicorn/issues/2430">#2430</a>)</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.31.1...0.32.0">https://github.com/encode/uvicorn/compare/0.31.1...0.32.0</a></p> <h2>Version 0.31.1</h2> <h2>Fixed</h2> <ul> <li>Support WebSockets 0.13.1 <a href="https://redirect.github.com/encode/uvicorn/pull/2471">#2471</a></li> <li>Restore support for <code>[*]</code> in trusted hosts <a href="https://redirect.github.com/encode/uvicorn/pull/2480">#2480</a></li> <li>Add <code>PathLike[str]</code> type hint for <code>ssl_keyfile</code> <a href="https://redirect.github.com/encode/uvicorn/pull/2481">#2481</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.31.0...0.31.1">https://github.com/encode/uvicorn/compare/0.31.0...0.31.1</a></p> <h2>Version 0.31.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/blob/master/docs/release-notes.md">uvicorn[standard]'s changelog</a>.</em></p> <blockquote> <h2>0.34.0 (December 15, 2024)</h2> <h3>Added</h3> <ul> <li>Add <code>content-length</code> to 500 response in <code>wsproto</code> implementation (<a href="https://redirect.github.com/encode/uvicorn/issues/2542">#2542</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for Python 3.8 (<a href="https://redirect.github.com/encode/uvicorn/issues/2543">#2543</a>)</li> </ul> <h2>0.33.0 (December 14, 2024)</h2> <h3>Removed</h3> <ul> <li>Remove <code>WatchGod</code> support for <code>--reload</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2536">#2536</a>)</li> </ul> <h2>0.32.1 (November 20, 2024)</h2> <h3>Fixed</h3> <ul> <li>Drop ASGI spec version to 2.3 on HTTP scope (<a href="https://redirect.github.com/encode/uvicorn/issues/2513">#2513</a>)</li> <li>Enable httptools lenient data on <code>httptools &gt;= 0.6.3</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2488">#2488</a>)</li> </ul> <h2>0.32.0 (October 15, 2024)</h2> <h3>Added</h3> <ul> <li>Officially support Python 3.13 (<a href="https://redirect.github.com/encode/uvicorn/issues/2482">#2482</a>)</li> <li>Warn when <code>max_request_limit</code> is exceeded (<a href="https://redirect.github.com/encode/uvicorn/issues/2430">#2430</a>)</li> </ul> <h2>0.31.1 (October 9, 2024)</h2> <h3>Fixed</h3> <ul> <li>Support WebSockets 0.13.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2471">#2471</a>)</li> <li>Restore support for <code>[*]</code> in trusted hosts (<a href="https://redirect.github.com/encode/uvicorn/issues/2480">#2480</a>)</li> <li>Add <code>PathLike[str]</code> type hint for <code>ssl_keyfile</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2481">#2481</a>)</li> </ul> <h2>0.31.0 (September 27, 2024)</h2> <h3>Added</h3> <p>Improve <code>ProxyHeadersMiddleware</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2468">#2468</a>) and (<a href="https://redirect.github.com/encode/uvicorn/issues/2231">#2231</a>):</p> <ul> <li>Fix the host for requests from clients running on the proxy server itself.</li> <li>Fallback to host that was already set for empty x-forwarded-for headers.</li> <li>Also allow to specify IP Networks as trusted hosts. This greatly simplifies deployments on docker swarm/kubernetes, where the reverse proxy might have a dynamic IP. <ul> <li>This includes support for IPv6 Address/Networks.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/uvicorn/commit/7983c1ae9c2276b94cd85217f7aa58bb248847c4"><code>7983c1a</code></a> Version 0.34.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2546">#2546</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/75d4402f32e09b37a76b5fc7325482906c402275"><code>75d4402</code></a> Add alls-green job (<a href="https://redirect.github.com/encode/uvicorn/issues/2544">#2544</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/4156ccb4c9779786630cd7c52f9919c3647ac036"><code>4156ccb</code></a> Drop Python 3.8 (<a href="https://redirect.github.com/encode/uvicorn/issues/2543">#2543</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/3575cbaa4ef3303d12e1b00e570bb044cec10d80"><code>3575cba</code></a> Add <code>content-length</code> to 500 response in wsproto (<a href="https://redirect.github.com/encode/uvicorn/issues/2542">#2542</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/a50051308509600388ed170fdedacfb673757de4"><code>a500513</code></a> Version 0.33.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2539">#2539</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/038f8ef3fe8f174ef7b38379165536d2c84b7eb9"><code>038f8ef</code></a> Bump the python-packages group across 1 directory with 9 updates (<a href="https://redirect.github.com/encode/uvicorn/issues/2538">#2538</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/3aa1d010d68afcc2a1311669f6b05cede1aa7cfc"><code>3aa1d01</code></a> Remove WatchGod (<a href="https://redirect.github.com/encode/uvicorn/issues/2536">#2536</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/a3cc36016e34ed29345d3afda441adab58cbf2d5"><code>a3cc360</code></a> docs: add note about server behavior on exceptions (<a href="https://redirect.github.com/encode/uvicorn/issues/2535">#2535</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/6725ebb1ee7d454f4c7259374b48941faa57b7be"><code>6725ebb</code></a> docs: add more mkdocs-material features (<a href="https://redirect.github.com/encode/uvicorn/issues/2534">#2534</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/bfa754e21e2cc1d5b0d7cabf24933a6c3afc315e"><code>bfa754e</code></a><code>encode/uvicorn#2527</code><a href="https://redirect.github.com/encode/uvicorn/issues/2528">#2528</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/uvicorn/compare/0.30.6...0.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uvicorn[standard]&package-manager=pip&previous-version=0.30.6&new-version=0.34.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 11:21:44 -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#38269