build(deps): bump starlette from 0.48.0 to 0.49.1#10
Conversation
Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.49.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.48.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
PR SummaryMedium Risk Overview As part of the re-lock, Reviewed by Cursor Bugbot for commit d0949dc. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d0949dc. Configure here.
| sdist = { url = "https://files.pythonhosted.org/packages/f7/e6/7adb4c5fa231e82c35b8f5741a9f2d055f520c29af5546fd70d3e8e1cd2e/fastapi-0.135.3.tar.gz", hash = "sha256:bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654", size = 396524, upload-time = "2026-04-01T16:23:58.188Z" } | ||
| wheels = [ | ||
| { url = "https://files.pythonhosted.org/packages/ce/70/584c4d7cad80f5e833715c0a29962d7c93b4d18eed522a02981a6d1b6ee5/fastapi-0.119.0-py3-none-any.whl", hash = "sha256:90a2e49ed19515320abb864df570dd766be0662c5d577688f1600170f7f73cf2", size = 107095, upload-time = "2025-10-11T17:13:39.048Z" }, | ||
| { url = "https://files.pythonhosted.org/packages/84/a4/5caa2de7f917a04ada20018eccf60d6cc6145b0199d55ca3711b0fc08312/fastapi-0.135.3-py3-none-any.whl", hash = "sha256:9b0f590c813acd13d0ab43dd8494138eb58e484bfac405db1f3187cfc5810d98", size = 117734, upload-time = "2026-04-01T16:23:59.328Z" }, |
There was a problem hiding this comment.
Unintended FastAPI major upgrade introduces breaking change
High Severity
This PR intends to bump starlette 0.48.0 → 0.49.1, but the lock resolution also silently upgrades fastapi from 0.119.0 to 0.135.3 — a jump of 16 minor versions. FastAPI 0.132.0 introduced a breaking change: strict_content_type is now enabled by default for JSON request bodies. Any API clients omitting a valid Content-Type header will start receiving errors. Since pyproject.toml pins "fastapi" without a version constraint, the resolver freely upgraded it. Two new transitive dependencies (annotated-doc, typing-inspection) were also pulled in.
Reviewed by Cursor Bugbot for commit d0949dc. Configure here.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|


Bumps starlette from 0.48.0 to 0.49.1.
Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
7e4b742Version 0.49.1 (#3047)4ea6e22Merge commit from fork7d88ea6Version 0.49.0 (#3046)26d66bbDo not pollute exception context in Middleware (#2976)a59397dSet encodings when reading config files (#2996)3b7f0cbtest: add test for unknown status (#3035)b09ce1adocs: fix legibility issues on sponsorship page (#3039)0f0edcfRevert "Add Marcelo Trylesinski to the license (#3025)" (#3044)3912d63docs: add social icons (#3038)4915a93Add discord to README/docs (#3034)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.