Update dependency uvicorn to v0.32.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
uvicorn (changelog) | dependencies | minor |
0.30.6 -> 0.32.1
|
Release Notes
encode/uvicorn (uvicorn)
v0.32.1
Fixed
- Drop ASGI spec version to 2.3 on HTTP scope #2513
- Enable httptools lenient data on
httptools >= 0.6.3
#2488
v0.32.0
Added
v0.31.1
Fixed
- Support WebSockets 0.13.1 (#2471)
- Restore support for
[*]
in trusted hosts (#2480) - Add
PathLike[str]
type hint forssl_keyfile
(#2481)
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.
Edited by renovate-bot