Skip to content

chore(deps): bump fastapi from 0.129.0 to 0.134.0#191

Merged
edward-ly merged 1 commit intomainfrom
dependabot/pip/fastapi-0.134.0
Mar 2, 2026
Merged

chore(deps): bump fastapi from 0.129.0 to 0.134.0#191
edward-ly merged 1 commit intomainfrom
dependabot/pip/fastapi-0.134.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps fastapi from 0.129.0 to 0.134.0.

Release notes

Sourced from fastapi's releases.

0.134.0

Features

  • ✨ Add support for streaming JSON Lines and binary data with yield. PR #15022 by @​tiangolo.
    • This also upgrades Starlette from >=0.40.0 to >=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.
    • New docs: Stream JSON Lines.
    • And new docs: Stream Data.

Docs

  • 📝 Update Library Agent Skill with streaming responses. PR #15024 by @​tiangolo.
  • 📝 Update docs for responses and new stream with yield. PR #15023 by @​tiangolo.
  • 📝 Add await in StreamingResponse code example to allow cancellation. PR #14681 by @​casperdcl.
  • 📝 Rename docs_src/websockets to docs_src/websockets_ to avoid import errors. PR #14979 by @​YuriiMotov.

Internal

0.133.1

Features

Internal

0.133.0

Upgrades

0.132.1

Refactors

  • ♻️ Refactor logic to handle OpenAPI and Swagger UI escaping data. PR #14986 by @​tiangolo.

Internal

0.132.0

Breaking Changes

  • 🔒️ Add strict_content_type checking for JSON requests. PR #14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.

... (truncated)

Commits
  • 48d58ae 📝 Update release notes
  • d3b1d6c 📝 Update release notes
  • d98eb74 🔖 Release version 0.134.0
  • d33ad3f 📝 Update release notes
  • b7fefb1 📝 Update release notes
  • c01dc8b 📝 Update Library Agent Skill with streaming responses (#15024)
  • 8344d07 📝 Update release notes
  • 1377052 📝 Update docs for responses and new stream with yield (#15023)
  • c0836dc 📝 Update release notes
  • c3f54a0 📝 Add await in StreamingResponse code example to allow cancellation (#14681)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies python Pull requests that update python code labels Feb 28, 2026
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.129.0 to 0.134.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.129.0...0.134.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.134.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/fastapi-0.134.0 branch from 9265ad3 to a786707 Compare March 2, 2026 19:40
@edward-ly edward-ly merged commit bee653c into main Mar 2, 2026
6 checks passed
@edward-ly edward-ly deleted the dependabot/pip/fastapi-0.134.0 branch March 2, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant