Update dependency starlette to ~=1.7.0 - #107
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
~=1.6.0→~=1.7.0Release Notes
Kludex/starlette (starlette)
v1.7.0: Version 1.7.0Compare Source
This release adds experimental OpenTelemetry tracing, HTTP
QUERYsupport, and response trailers inTestClient. Starlette now requires AnyIO 4.Added
OpenTelemetryMiddlewarefor HTTP server spans, with URL exclusions and custom tracer providers #3438, #3463, and #3520.scope["route"]#3438.QUERYHTTP method inHTTPEndpoint, CORS, and OpenAPI 3.2 schema generation #3489.TestClientand expose them throughresponse.extensions["http.response.trailers"]#3563.SessionMiddleware#3510.partitionedtoResponse.delete_cookie()on Python 3.14 and later #3376.TrustedHostMiddlewareandTestClient#3471.Changed
anyio>=4.0.0,<5, dropping support for AnyIO 3 #3512.WebSocketDisconnected, aRuntimeErrorsubclass, for disconnected WebSocket operations #2767.Collection[str]inCORSMiddlewareconfiguration annotations, including sets and frozensets #3518.Fixed
BaseHTTPMiddleware#3476.400for invalid multipart parser input #3492.Vary: Originon all normal CORS responses and vary preflight responses by all request headers that affect them #3516 and #3517.Hostheaders and IPv6 authorities consistently across URL construction, host routing, and redirect middleware #3472.Rangeheaders whenFileResponsehas a status other than200, preserving its status and full body #3568.If-None-Match: *inStaticFiles#3201.StaticFileswithout raising an assertion error #3532.popitem()and|=#3436.WebSocketEndpoint.decode()#3372.identityonSimpleUserandUnauthenticatedUser#3271.HTTPExceptionto use non-standard status codes without an explicitdetail#3545.TestClientand add explicit imports inWSGIMiddlewarefor AnyIO 4.15 compatibility #3498 and #3501.ServerErrorMiddleware#2858.Full changelog: 1.6.0...1.7.0
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.