build(deps): bump starlette from 0.50.0 to 1.3.1#315
Merged
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Collaborator
|
@dependabot rebase |
Bumps [starlette](https://github.com/Kludex/starlette) from 0.50.0 to 1.3.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.50.0...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dada6f8 to
296a040
Compare
abrookins
approved these changes
Jun 30, 2026
abrookins
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the rebased FastAPI/Starlette lockfile update. Diff is uv.lock-only; the rebase updates starlette to 1.3.1 and FastAPI to 0.138.2. GitHub checks are green after rerunning the transient redis:latest working-memory index assertion. Local uv sync --locked and pytest tests/test_dependencies.py tests/test_api.py tests/test_mcp.py tests/test_auth.py tests/test_token_auth.py tests/test_client_api.py passed: 133 passed, 32 skipped.
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.
Bumps starlette from 0.50.0 to 1.3.1.
Release notes
Sourced from starlette's releases.
... (truncated)
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
8ebffd0Version 1.3.1 (#3330)25b8e17EnforceFormParserlimits in parser callbacks (#3331)dba1c4bEnforcemax_fieldsandmax_part_sizeinFormParser(#3329)45e51dcUseStarletteDeprecationWarninginstead ofDeprecationWarning(#3119)5f8610cVersion 1.3.0 (#3327)167b585Buildrequest.urlfrom structured components (#3326)3730925Useremoveprefixto strip weak ETag indicator inis_not_modified(#3193)e6f7ad1avoid collapsing exception groups from user code (#2830)115228fAnnotate URLPath protocol parameter with Literal (#3285)113f193docs: replace inline ASGI server list with link to canonical implemen… (#3204)Note
Medium Risk
Major Starlette bump on the shared HTTP stack (FastAPI + custom Starlette MCP apps) can change request, form, and routing behavior without code changes in this PR.
Overview
Updates
uv.lockonly: Starlette0.50.0→1.3.1and FastAPI0.123.9→0.138.2(FastAPI also picks uptyping-inspection). No application source changes.Starlette 1.x brings HTTP-layer fixes and behavior changes that can affect this repo’s FastAPI API surface and direct Starlette usage in MCP (
sse_app/streamable_http_app,run_in_threadpool). Notable upstream changes include stricterFormParserlimits,request.urlbuilt from structured components,StaticFilesrejecting absolute paths, and assortedFileResponse/ URL handling fixes.Reviewed by Cursor Bugbot for commit 296a040. Bugbot is set up for automated code reviews on this repo. Configure here.