Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump uvicorn from 0.31.0 to 0.32.0 (#3879)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.31.0 to 0.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/releases">uvicorn's releases</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md">uvicorn's changelog</a>.</em></p> <blockquote> <h2>0.32.0 (2024-10-15)</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 (2024-10-09)</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/uvicorn/commit/fe3910083e3990695bc19c2ef671dd447262ae18"><code>fe39100</code></a> Version 0.32.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2485">#2485</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/967a2dce60af24bc051c2961dbd7c433c749c269"><code>967a2dc</code></a> Support Python 3.13 (<a href="https://redirect.github.com/encode/uvicorn/issues/2482">#2482</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/079f07a06457717b6f8c4b23bab7674d5f0568c1"><code>079f07a</code></a> feat(server): log warning when max request limit is exceeded (<a href="https://redirect.github.com/encode/uvicorn/issues/2430">#2430</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/137f88ea3224b8134fc58ed1243881642382d31b"><code>137f88e</code></a> Version 0.31.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2483">#2483</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/27d976a8f292dff057cb6221d93634a61b862a18"><code>27d976a</code></a> 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> <li><a href="https://github.com/encode/uvicorn/commit/1ddd250dcfeb6126028154ffcc1dfb801209d8ef"><code>1ddd250</code></a> Bump the python-packages group with 10 updates (<a href="https://redirect.github.com/encode/uvicorn/issues/2478">#2478</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/108b1c9d1a54fe6a356f1c0b90077ed433932d40"><code>108b1c9</code></a> docs: fix configuration option for trusting forwarded IPs (<a href="https://redirect.github.com/encode/uvicorn/issues/2479">#2479</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/a1783d864a4d83bebe9cfd7254a95dc4f1feb348"><code>a1783d8</code></a> Add support for <code>[*]</code> in trusted hosts (<a href="https://redirect.github.com/encode/uvicorn/issues/2480">#2480</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/6ffaaf7c2f78274889da1572832dd307a8b117d3"><code>6ffaaf7</code></a> Update link to Hypercorn project (<a href="https://redirect.github.com/encode/uvicorn/issues/2474">#2474</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/c7668ced8e1d09584d05bd19b5bf1ab33a2420bc"><code>c7668ce</code></a> Upgrade websockets to 0.13.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2471">#2471</a>)</li> <li>See full diff in <a href="https://github.com/encode/uvicorn/compare/0.31.0...0.32.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uvicorn&package-manager=pip&previous-version=0.31.0&new-version=0.32.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information