Skip to content

chore(deps): bump fastapi from 0.136.3 to 0.139.0#795

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fastapi-0.138.2
Closed

chore(deps): bump fastapi from 0.136.3 to 0.139.0#795
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fastapi-0.138.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps fastapi from 0.136.3 to 0.139.0.

Release notes

Sourced from fastapi's releases.

0.139.0

Features

  • ✨ Support dependencies in app.frontend(), e.g. for automatic cookie authentication for the frontend. PR #15908 by @​tiangolo.

Translations

Internal

0.138.1

Refactors

  • ♻️ Refactor Library Skills, make info easier to find for agents. PR #15841 by @​tiangolo.

Internal

... (truncated)

Commits
  • cecd96d 🔖 Release version 0.139.0 (#15910)
  • aea6609 📝 Update release notes
  • 319be50 ✨ Support dependencies in app.frontend(), e.g. for automatic cookie authent...
  • 66a90f6 📝 Update release notes
  • d30a3eb 👥 Update FastAPI People - Experts (#15909)
  • 122f1b5 📝 Update release notes
  • fd6ece3 👥 Update FastAPI GitHub topic repositories (#15906)
  • ec2a6ad 📝 Update release notes
  • 9d7d7fe 🌐 Update translations for fr (update-outdated) (#15897)
  • 8dc852d 📝 Update release notes
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 1, 2026
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.139.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.3...0.139.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump fastapi from 0.136.3 to 0.138.2 chore(deps): bump fastapi from 0.136.3 to 0.139.0 Jul 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/fastapi-0.138.2 branch from cda06f6 to 46039fc Compare July 2, 2026 04:55
@jfrench9

jfrench9 commented Jul 2, 2026

Copy link
Copy Markdown
Member

Superseding this with a proper FastAPI 0.137+ migration. The bump can't land as a plain dependency update: FastAPI 0.137 made include_router() lazy (stores an _IncludedRouter wrapper in .routes with a native matching engine), which breaks the custom route-priority code in routers/graphs/connections/init.py — and makes that code redundant. Doing it as a dedicated migration branch instead. Closing.

@jfrench9 jfrench9 closed this Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/fastapi-0.138.2 branch July 2, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant