fix(deps): update dependency responder to v3.4.1#9206
Merged
Conversation
d04b396 to
bdd74a4
Compare
bdd74a4 to
04a5f25
Compare
04a5f25 to
25fa51c
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
waghanza
approved these changes
Mar 23, 2026
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:
==3.0.0.dev0→==3.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kennethreitz/responder (responder)
v3.4.0Compare Source
What's New
API,Request,Response,Router,Route,BackgroundQueue,QueryDict, and moreRouteGroup,BackgroundQueue,QueryDict, andRateLimiterstarlette[full]>=1.0Breaking Changes
Install
v3.3.0Compare Source
v3.3.0 — Documentation
Comprehensive documentation overhaul with seven new tutorial pages, three new examples, and educational prose throughout.
New tutorials:
New examples:
examples/rest_api.py— complete REST APIexamples/websocket_chat.py— chat room with HTML clientexamples/sse_stream.py— Server-Sent EventsDocs improvements:
176 tests, 95% coverage.
v3.2.0Compare Source
Added
request_modelvalidates input, returns 422 on failureresponse_modelstrips extra fields from responses@resp.ssefor real-time streamingresp.stream_file()for streaming large files without loading into memory@api.after_request()hooksapi.group("/prefix")for route groups and API versioningapi.graphql("/path", schema=schema)one-liner GraphQL setupapi = responder.API(request_id=True)for automatic request ID generationRateLimiter(requests=100, period=60).install(api)await req.media("msgpack")req.is_json,req.path_params,req.clientpropertiesapi.exception_handler()decorator for custom error handlinguuidandpathroute convertorspy.typedmarkerChanged
pip install respondergets everythingFixed
url_for()with typed route params ({id:int})resp.bodyencoding crash on bytes contentawaitv3.1.0What's New
New features:
@api.route("/data", methods=["GET"])api.exception_handler()for custom error handlingapi.graphql()one-liner GraphQL setupresp.file()to serve files with auto content-type detectionreq.path_params,req.client,req.is_jsonpropertiesuuidandpathroute convertorspy.typedmarkerBug fixes:
url_for()with typed route params ({id:int})resp.bodyencoding crash on bytes contentawaitBreaking changes:
pip install respondernow installs everything (GraphQL, OpenAPI, CLI) — no more extraspoethepoettask runnerStats: 159 tests, 96% coverage.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.