[PR #15419] [MERGED] build(deps): bump uvicorn[standard] from 0.34.2 to 0.35.0 in /backend #111129

Closed
opened 2026-05-18 10:53:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 876bb4b build(deps): bump uvicorn[standard] from 0.34.2 to 0.35.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.34.2 to 0.35.0.

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.35.0

Added

Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.34.3...0.35.0

Version 0.34.3

What's Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.34.2...0.34.3

Changelog

Sourced from uvicorn[standard]'s changelog.

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)

0.34.3 (June 1, 2025)

Fixed

  • Don't include cwd() when non-empty --reload-dirs is passed (#2598)
  • Apply get_client_addr formatting to WebSocket logging (#2636)
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/15419 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/uvicorn-standard--0.35.0` --- ### 📝 Commits (1) - [`876bb4b`](https://github.com/open-webui/open-webui/commit/876bb4bdc66413d3632f797410a070f1586fe760) build(deps): bump uvicorn[standard] from 0.34.2 to 0.35.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.34.2 to 0.35.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.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>WebSocketsSansIOProtocol</code> by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2540">encode/uvicorn#2540</a></li> </ul> <h2>Changed</h2> <ul> <li>Refine help message for option <code>--proxy-headers</code> by <a href="https://github.com/zhangyoufu"><code>@​zhangyoufu</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2653">encode/uvicorn#2653</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zhangyoufu"><code>@​zhangyoufu</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2653">encode/uvicorn#2653</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.34.3...0.35.0">https://github.com/encode/uvicorn/compare/0.34.3...0.35.0</a></p> <h2>Version 0.34.3</h2> <h2>What's Changed</h2> <ul> <li>Don't include <code>cwd()</code> when non-empty <code>--reload-dirs</code> is passed by <a href="https://github.com/stinovlas"><code>@​stinovlas</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2598">encode/uvicorn#2598</a></li> <li>Apply <code>get_client_addr</code> formatting to WebSocket logging by <a href="https://github.com/Harry-Lees"><code>@​Harry-Lees</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2636">encode/uvicorn#2636</a></li> <li>chore: improve type hints by <a href="https://github.com/waketzheng"><code>@​waketzheng</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2638">encode/uvicorn#2638</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stinovlas"><code>@​stinovlas</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2598">encode/uvicorn#2598</a></li> <li><a href="https://github.com/LifeLex"><code>@​LifeLex</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2621">encode/uvicorn#2621</a></li> <li><a href="https://github.com/Harry-Lees"><code>@​Harry-Lees</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2636">encode/uvicorn#2636</a></li> <li><a href="https://github.com/waketzheng"><code>@​waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2638">encode/uvicorn#2638</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.34.2...0.34.3">https://github.com/encode/uvicorn/compare/0.34.2...0.34.3</a></p> </blockquote> </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.35.0 (June 28, 2025)</h2> <h3>Added</h3> <ul> <li>Add <code>WebSocketsSansIOProtocol</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2540">#2540</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Refine help message for option <code>--proxy-headers</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2653">#2653</a>)</li> </ul> <h2>0.34.3 (June 1, 2025)</h2> <h3>Fixed</h3> <ul> <li>Don't include <code>cwd()</code> when non-empty <code>--reload-dirs</code> is passed (<a href="https://redirect.github.com/encode/uvicorn/issues/2598">#2598</a>)</li> <li>Apply <code>get_client_addr</code> formatting to WebSocket logging (<a href="https://redirect.github.com/encode/uvicorn/issues/2636">#2636</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/uvicorn/commit/daecb45327702efe8f702f46fb0870c2d6357837"><code>daecb45</code></a> Version 0.35.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2654">#2654</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/22dfd3fa95dd035db77099c4903aad6e148a50a8"><code>22dfd3f</code></a> refine help message for option --proxy-headers (<a href="https://redirect.github.com/encode/uvicorn/issues/2653">#2653</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/b9606269a7f24f2511de0015b7af7df499be569f"><code>b960626</code></a> Add <code>WebSocketsSansIOProtocol</code> (<a href="https://redirect.github.com/encode/uvicorn/issues/2540">#2540</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/5432729137988a53bb70d2f3e0c790f9bdf33ec5"><code>5432729</code></a> Add CITATION.cff (<a href="https://redirect.github.com/encode/uvicorn/issues/2649">#2649</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/5e33d430f13622c8363fe74d97963ab37f3df3c2"><code>5e33d43</code></a> Add notes about 0.34.3 and Google Analytics (<a href="https://redirect.github.com/encode/uvicorn/issues/2642">#2642</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/ce129ff120c31f433edea63e697de60ab690ace6"><code>ce129ff</code></a> chore: improve type hints (<a href="https://redirect.github.com/encode/uvicorn/issues/2638">#2638</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/fa3d9d27dbe7ecbc68e0992309d0ba49ead5640b"><code>fa3d9d2</code></a> Apply <code>get_client_addr</code> formatting to WebSocket logging (<a href="https://redirect.github.com/encode/uvicorn/issues/2636">#2636</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/66b9b58ad90112d54e7e3c4160c837ec72de51da"><code>66b9b58</code></a> Bump the python-packages group across 1 directory with 5 updates (<a href="https://redirect.github.com/encode/uvicorn/issues/2631">#2631</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/bc795051bd6761d2dc6eaf3b5fef3cad1b2009ba"><code>bc79505</code></a> chore: update h11 dependecy to latest release (<a href="https://redirect.github.com/encode/uvicorn/issues/2621">#2621</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/2eda7b10be2e91d84f639974b915a00378b0375d"><code>2eda7b1</code></a> Bump uvloop (<a href="https://redirect.github.com/encode/uvicorn/issues/2618">#2618</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/uvicorn/compare/0.34.2...0.35.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.34.2&new-version=0.35.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-05-18 10:53:11 -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#111129