UNCLASSIFIED - NO CUI

Skip to content

Update dependency uvicorn to v0.31.0

POPs-renovate-tools_03Dec2024 requested to merge renovate/uvicorn-0.x into development

This MR contains the following updates:

Package Update Change
uvicorn (changelog) minor ==0.30.6 -> ==0.31.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

encode/uvicorn (uvicorn)

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.

Merge request reports