⬆ Update uvicorn[standard] requirement from <0.19.0,>=0.12.0 to >=0.12.0,<0.21.0 by dependabot[bot] · Pull Request #13 · yonasBSD/fastapi
Updates the requirements on uvicorn[standard] to permit the latest version.
Release notes
Sourced from uvicorn[standard]'s releases.
Version 0.20.0
Added
- Check if handshake is completed before sending frame on
wsprotoshutdown (#1737)- Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
- Warn user when
reloadandworkersflag are used together (#1731) 31/10/22Fixed
- Use correct
WebSocketerror codes onclose(#1753) 20/11/22- Send disconnect event on connection lost for
wsproto(#996) 29/10/22- Add
SIGQUIThandler toUvicornWorker(#1710) 01/11/22- Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
- Annotate
CONFIG_KWARGSinUvicornWorkerclass (#1746) 31/10/22Removed
Changelog
Sourced from uvicorn[standard]'s changelog.
0.20.0 - 2022-11-20
Added
- Check if handshake is completed before sending frame on
wsprotoshutdown (#1737)- Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
- Warn user when
reloadandworkersflag are used together (#1731) 31/10/22Fixed
- Use correct
WebSocketerror codes onclose(#1753) 20/11/22- Send disconnect event on connection lost for
wsproto(#996) 29/10/22- Add
SIGQUIThandler toUvicornWorker(#1710) 01/11/22- Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
- Annotate
CONFIG_KWARGSinUvicornWorkerclass (#1746) 31/10/22Removed
- Remove conditional on
RemoteProtocolError.event_hintonwsproto(#1486) 31/10/22- Remove unused
handle_no_connectonwsprotoimplementation (#1759) 17/11/220.19.0 - 2022-10-19
Added
- Support Python 3.11 (#1652) 16/09/22
- Bump minimal
httptoolsversion to0.5.0(#1645) 13/09/22- Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade (#1661) 19/10/22
- Add
py.typedto comply with PEP 561 (#1687) 07/10/22Fixed
- Set
propagatetoFalseon "uvicorn" logger (#1288) 08/10/22- USR1 signal is now handled correctly on
UvicornWorker. (#1565) 26/08/22- Use path with query string on
WebSocketslogs (#1385) 11/09/22- Fix behavior on which "Date" headers were not updated on the same connection (#1706) 19/10/22
Removed
0.18.3 - 2022-08-24
Fixed
- Remove cyclic references on HTTP implementations. (#1604) 24/08/22
Changed
... (truncated)
Commits
448be75Version 0.20.0 (#1732)41156aaUse correct WebSocket error codes (#1753)53d7d1eRemove unusedhandle_no_connectonwsproto(#1759)6496e6cRevert "Add example how to run the server programmatically with reload" (#1761)aec08cdBump cryptography from 38.0.1 to 38.0.3 (#1760)de0a23aAdd test case forportbeing zero (#1758)a901031improve logging test and increase coverage onserver.py(#1743)c3aa2c0Backward compatibility considering that people may have websockets<10.4 (#1747)4fd5077AddSIGQUIThandler toUvicornWorker(#1710)e2d63d0Bump autoflake from 1.6.1 to 1.7.7 (#1749)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.