py-frameworks-bench
py-frameworks-bench copied to clipboard
build(deps): bump starlette from 0.17.1 to 0.20.4 in /frameworks
Bumps starlette from 0.17.1 to 0.20.4.
Release notes
Sourced from starlette's releases.
Version 0.20.4
Fixed
- Remove converter from path when generating OpenAPI schema #1648.
Version 0.20.3
Fixed
- Revert "Allow
StaticFilesto follow symlinks" #1681.Version 0.20.2
Fixed
Version 0.20.1
Fixed
- Improve detection of async callables #1444.
- Send 400 (Bad Request) when
boundaryis missing #1617.- Send 400 (Bad Request) when missing "name" field on
Content-Dispositionheader #1643.- Do not send empty data to
StreamingResponseonBaseHTTPMiddleware#1609.- Add
__bool__dunder forSecret#1625.Version 0.20.0
Removed
Version 0.19.1
Fixed
- Fix inference of
Route.namewhen created from methods #1553.- Avoid
TypeErroronwebsocket.disconnectwhen code isNone#1574.Deprecated
- Deprecate
WS_1004_NO_STATUS_RCVDandWS_1005_ABNORMAL_CLOSUREin favor ofWS_1005_NO_STATUS_RCVDandWS_1006_ABNORMAL_CLOSURE, as the previous constants didn't match the WebSockets specs #1580.Version 0.19.0
Added
- Error handler will always run, even if the error happens on a background task #761.
- Add
headersparameter toHTTPException#1435.- Internal responses with
405status code insert anAllowheader, as described by RFC 7231 #1436.- The
contentargument inJSONResponseis now required #1431.- Add custom URL convertor register #1437.
- Add content disposition type parameter to
FileResponse#1266.- Add next query param with original request URL in requires decorator #920.
- Add
raw_pathtoTestClientscope #1445.- Add union operators to
MutableHeaders#1240.- Display missing route details on debug page #1363.
- Change
anyiorequired version range to>=3.4.0,<5.0#1421 and #1460.- Add
typing-extensions>=3.10requirement - used only on lower versions than Python 3.10 #1475.Fixed
- Prevent
BaseHTTPMiddlewarefrom hiding errors ofStreamingResponseand mounted applications #1459.
... (truncated)
Changelog
Sourced from starlette's changelog.
0.20.4
June 28, 2022
Fixed
- Remove converter from path when generating OpenAPI schema #1648.
0.20.3
June 10, 2022
Fixed
- Revert "Allow
StaticFilesto follow symlinks" #1681.0.20.2
June 7, 2022
Fixed
0.20.1
May 28, 2022
Fixed
- Improve detection of async callables #1444.
- Send 400 (Bad Request) when
boundaryis missing #1617.- Send 400 (Bad Request) when missing "name" field on
Content-Dispositionheader #1643.- Do not send empty data to
StreamingResponseonBaseHTTPMiddleware#1609.- Add
__bool__dunder forSecret#1625.0.20.0
May 3, 2022
Removed
0.19.1
April 22, 2022
Fixed
- Fix inference of
Route.namewhen created from methods #1553.- Avoid
TypeErroronwebsocket.disconnectwhen code isNone#1574.Deprecated
... (truncated)
Commits
0b132eeFix version (#1713)056d005Version 0.20.4 (#1709)c4e583bfix type annotations in responses.py (#1711)795cf60Remove converter from path when generatingOpenAPIschema (#1648)92c1f1eAdd notes on "filename" form-data field (#1704)d69dc54add type annotations to StreamingResponse (#1708)1225ae8Add contributing docs (#1686)3785884Fix doc links to English (#1698)f958007Add baize.asgi.FileResponse to docs (#1696)f693e68Add more TestClient examples (#1685)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)