chore(deps): update dependency starlette to ^0.17.0 #101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.14.2
->^0.17.0
Release Notes
encode/starlette
v0.17.1
Compare Source
Fixed
IndexError
in authenticationrequires
when wrapped function arguments are distributed between*args
and**kwargs
#1335.v0.17.0
Compare Source
Added
Response.delete_cookie
now accepts the same parameters asResponse.set_cookie
#1228.Jinja2Templates
constructor to allowPathLike
#1292.Fixed
HTTPConnection.__getitem__
return type fromstr
totyping.Any
#1118.ImmutableMultiDict.getlist
return type fromtyping.List[str]
totyping.List[typing.Any]
#1235.OSError
exceptions onStaticFiles
#1220.StaticFiles
404.html in HTML mode #1314.Removed
v0.16.0
Compare Source
Added
#1219
Fixed
starlette.websockets.WebSocket
instances are now hashable and compare by identity#1039
#1213,
#1227
Deprecated/removed
starlette.templates.Jinja2Templates.get_env
was removed#1218
starlette.testclient.TestClient.async_backend
was removed,the backend is now configured using constructor kwargs
#1211
starlette.router.Router(lifespan_context=)
is deprecated. You should wrap your lifespan in@contextlib.asynccontextmanager
.#1227
#1110
v0.15.0
Compare Source
0.15.0
This release includes major changes to the low-level asynchronous parts of Starlette. As a result, Starlette now depends on AnyIO and some minor API changes have occurred. Another significant change with this release is the deprecation of built-in GraphQL support.
Added
TestClient.websocket_connect()
now must be used as a context manager.GZipMiddleware
is now adjustable - #1128.Fixed
CORSMiddleware
. See #1111, #1112, #1113, #1199.RedirectResponse
now usesquote
instead ofquote_plus
encoding for theLocation
header to better match the behaviour in other frameworks such as Django - #1164.BaseHTTPMiddleware
when handling large responses - #1012 fixed via #1157Deprecated/removed
GraphQLApp
class has been deprecated and will be removed in a future release. Please see #619. GraphQL is not supported on Python 3.10.executor
parameter toGraphQLApp
was removed. Useexecutor_class
instead.workers
parameter toWSGIMiddleware
was removed. This hasn't had any effect since Starlette v0.6.3.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.