Skip to content

Update dependency uvicorn to v0.32.0

renovate-bot requested to merge renovate/uvicorn-0.x into master

This MR contains the following updates:

Package Type Update Change
uvicorn (changelog) dependencies minor 0.30.6 -> 0.32.0

Release Notes

encode/uvicorn (uvicorn)

v0.32.0

Compare Source

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

v0.31.1

Compare Source

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

v0.31.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate-bot

Merge request reports

Loading