Update dependency uvicorn to v0.30.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
uvicorn (changelog) | dependencies | patch |
0.30.1 -> 0.30.6
|
Release Notes
encode/uvicorn (uvicorn)
v0.30.6
Fixed
- Don't warn when upgrade is not WebSocket and depedencies are installed (#2360)
v0.30.5
Fixed
- Don't close connection before receiving body on H11 (#2408)
v0.30.4
Fixed
- Close connection when
h11
sets client state toMUST_CLOSE
(#2375)
v0.30.3
Fixed
- Suppress
KeyboardInterrupt
from CLI and programmatic usage (#2384) -
ClientDisconnect
inherits fromOSError
instead ofIOError
(#2393)
v0.30.2
Added
- Add
reason
support towebsocket.disconnect
event (#2324)
Fixed
- Iterate subprocesses in-place on the process manager (#2373)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot