chore(deps): bump fastapi from 0.139.0 to 0.140.13 - #353
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.0 to 0.140.13. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.140.13) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the FastAPI dependency pin in pyproject.toml to a newer exact version for reproducible installs.
Changes:
- Bump
fastapi[standard]from0.139.0to0.140.13.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
62
to
+65
| # Web API surface. Pinned exactly to 0.139.0 (latest PyPI release, Jul 1 | ||
| # 2026) for reproducible installs; bump deliberately when a newer release is | ||
| # validated against the runtime + test suite. | ||
| "fastapi[standard]==0.139.0", | ||
| "fastapi[standard]==0.140.13", |
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 fastapi from 0.139.0 to 0.140.13.
Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
628663f🔖 Release version 0.140.13 (#16096)0b54fd0📝 Update release notese92a0dc🐛 Fixstatus_codebeing ignored for SSE and JSONL streaming endpoints (#15937)6215d8a📝 Update release notes12242c4📝 Fixformat_sse_eventdocstring rendering of\n\nterminator (#15613)70a8f3d📝 Update release notes4f0152c📝 Add API reference page for fastapi.sse (#15930)5f25505🔖 Release version 0.140.12 (#16095)76e2c83📝 Update release notes0f3e7bd🐛 Fix line splitting informat_sse_eventto comply with SSE spec (#15515)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)