[PR #14566] [MERGED] build(deps): bump uvicorn[standard] from 0.34.0 to 0.34.2 in /backend #39138

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2654924 build(deps): bump uvicorn[standard] from 0.34.0 to 0.34.2 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.0 to 0.34.2.

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.34.2

What's Changed

New Contributors

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

Version 0.34.1

What's Changed

New Contributors

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

Changelog

Sourced from uvicorn[standard]'s changelog.

0.34.2 (April 19, 2025)

Fixed

  • Flush stdout buffer on Windows to trigger reload (#2604)

0.34.1 (April 13, 2025)

Deprecated

  • Deprecate ServerState in the main module (#2581)
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/14566 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/uvicorn-standard--0.34.2` --- ### 📝 Commits (1) - [`2654924`](https://github.com/open-webui/open-webui/commit/26549244fc254ab79023c707939d8d544756218d) build(deps): bump uvicorn[standard] from 0.34.0 to 0.34.2 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.0 to 0.34.2. <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.2</h2> <h2>What's Changed</h2> <ul> <li>Flush the stdout buffer on Windows to trigger reload by <a href="https://github.com/jamesh1999"><code>@​jamesh1999</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2604">encode/uvicorn#2604</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jamesh1999"><code>@​jamesh1999</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2604">encode/uvicorn#2604</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.34.1...0.34.2">https://github.com/encode/uvicorn/compare/0.34.1...0.34.2</a></p> <h2>Version 0.34.1</h2> <h2>What's Changed</h2> <ul> <li>Deprecate <code>ServerState</code> in the main module by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2581">encode/uvicorn#2581</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RakhimovRamis"><code>@​RakhimovRamis</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2567">encode/uvicorn#2567</a></li> <li><a href="https://github.com/carlwgeorge"><code>@​carlwgeorge</code></a> made their first contribution in <a href="https://redirect.github.com/encode/uvicorn/pull/2590">encode/uvicorn#2590</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.34.0...0.34.1">https://github.com/encode/uvicorn/compare/0.34.0...0.34.1</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.34.2 (April 19, 2025)</h2> <h3>Fixed</h3> <ul> <li>Flush stdout buffer on Windows to trigger reload (<a href="https://redirect.github.com/encode/uvicorn/issues/2604">#2604</a>)</li> </ul> <h2>0.34.1 (April 13, 2025)</h2> <h3>Deprecated</h3> <ul> <li>Deprecate <code>ServerState</code> in the main module (<a href="https://redirect.github.com/encode/uvicorn/issues/2581">#2581</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/uvicorn/commit/bdf95fd3e71f5f904dc6f7f1194a5fe23d1c3f2f"><code>bdf95fd</code></a> Version 0.34.2 (<a href="https://redirect.github.com/encode/uvicorn/issues/2616">#2616</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/86dc4560cedbdb19d6705305fdbe5973bdafb043"><code>86dc456</code></a> Flush the stdout buffer on Windows to trigger reload (<a href="https://redirect.github.com/encode/uvicorn/issues/2604">#2604</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/695820ae9bf6b3867f3634bc0776681a7ddf9dd7"><code>695820a</code></a> Version 0.34.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2612">#2612</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/56c45db06c9c18dcd047dc6d773a7e3d2a674375"><code>56c45db</code></a> docs: add sponsorship banner (<a href="https://redirect.github.com/encode/uvicorn/issues/2611">#2611</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/f2192cc38cc8e3f34cb9e82136f3e50d2dd75f45"><code>f2192cc</code></a> docs: add section about Docker under Deployment (<a href="https://redirect.github.com/encode/uvicorn/issues/2610">#2610</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/7fb029daf8b3f93fcdeb7884b1f0610883b00243"><code>7fb029d</code></a> Bump the python-packages group with 8 updates (<a href="https://redirect.github.com/encode/uvicorn/issues/2606">#2606</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/4fdfec4adf1ba6da5e65c8422321e203b6050052"><code>4fdfec4</code></a> docs: mention discord instead of gitter (<a href="https://redirect.github.com/encode/uvicorn/issues/2595">#2595</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/e5f3663925dae116efd38c63a9bacdfe28201b43"><code>e5f3663</code></a> Speed up test suite with pytest-xdist (<a href="https://redirect.github.com/encode/uvicorn/issues/2537">#2537</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/2445e7921bf3abe067f2227cfa7b6453f97d9df5"><code>2445e79</code></a> docs: improve settings page (<a href="https://redirect.github.com/encode/uvicorn/issues/2594">#2594</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/7abc19969b98972915a8db7295a0ceb57e5de24b"><code>7abc199</code></a> Bump the python-packages group with 5 updates (<a href="https://redirect.github.com/encode/uvicorn/issues/2588">#2588</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/uvicorn/compare/0.34.0...0.34.2">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.0&new-version=0.34.2)](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:52:53 -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#39138