Skip to content

Comments

chore(deps): bump fastapi from 0.129.0 to 0.132.0 in /coffee-relay#196

Closed
dependabot[bot] wants to merge 3 commits intoversion/2.0.0from
dependabot/pip/coffee-relay/fastapi-0.132.0
Closed

chore(deps): bump fastapi from 0.129.0 to 0.132.0 in /coffee-relay#196
dependabot[bot] wants to merge 3 commits intoversion/2.0.0from
dependabot/pip/coffee-relay/fastapi-0.132.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps fastapi from 0.129.0 to 0.132.0.

Release notes

Sourced from fastapi's releases.

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.
    • Check the new docs: Strict Content-Type Checking.

Internal

0.131.0

Breaking Changes

0.130.0

Features

0.129.2

Internal

0.129.1

Fixes

  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #14953 by @​tiangolo.

Docs

Translations

... (truncated)

Commits

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 Pull requests that update a dependency file python Pull requests that update python code labels Feb 23, 2026
dependabot bot and others added 3 commits February 23, 2026 22:43
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.40.0...0.41.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…orn-0.41.0

chore(deps): bump uvicorn from 0.40.0 to 0.41.0 in /coffee-relay
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.129.0 to 0.132.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.129.0...0.132.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.132.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/coffee-relay/fastapi-0.132.0 branch from 348d059 to 06d0dc3 Compare February 24, 2026 14:43
@hessius hessius changed the base branch from main to version/2.0.0 February 24, 2026 14:45
@hessius hessius closed this Feb 24, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

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/pip/coffee-relay/fastapi-0.132.0 branch February 24, 2026 15:02
@hessius
Copy link
Owner

hessius commented Feb 24, 2026

Closing — this PR targets coffee-relay/requirements.txt which was the v1.x project structure. In v2.0.0 the server code moved to apps/server/ and the dependency file is apps/server/requirements.txt.

Additionally, the current v2.0.0 branch pins fastapi==0.109.1, not 0.129.0 — so this would be a ~23-minor-version jump, not the incremental bump Dependabot intended.

The FastAPI upgrade (including the strict_content_type breaking change in 0.132+) will be tracked in a separate issue for a future release.

Dependabot config should also be updated to point at apps/server/ instead of coffee-relay/.

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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant