fix(deps): update dependency uvicorn to ^0.20.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
uvicorn (changelog) |
^0.19.0 -> ^0.20.0
|
Release Notes
encode/uvicorn
v0.20.0
Added
- Check if handshake is completed before sending frame on
wsproto
shutdown (#1737) - Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
- Warn user when
reload
andworkers
flag are used together (#1731) 31/10/22
Fixed
- Use correct
WebSocket
error codes onclose
(#1753) 20/11/22 - Send disconnect event on connection lost for
wsproto
(#996) 29/10/22 - Add
SIGQUIT
handler toUvicornWorker
(#1710) 01/11/22 - Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
- Annotate
CONFIG_KWARGS
inUvicornWorker
class (#1746) 31/10/22
Removed
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.