Update dependency uvicorn to v0.31.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
uvicorn (changelog) | minor |
==0.30.6 -> ==0.31.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
encode/uvicorn (uvicorn)
v0.31.0
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.