Skip to content

feat: update fastapi to 0.132.0 #minor#147

Merged
public-glueops-renovatebot[bot] merged 1 commit intomainfrom
renovate/fastapi-0.132.x
Feb 23, 2026
Merged

feat: update fastapi to 0.132.0 #minor#147
public-glueops-renovatebot[bot] merged 1 commit intomainfrom
renovate/fastapi-0.132.x

Conversation

@public-glueops-renovatebot
Copy link
Copy Markdown
Contributor

@public-glueops-renovatebot public-glueops-renovatebot Bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.131.0==0.132.0 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.132.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@public-glueops-renovatebot public-glueops-renovatebot Bot merged commit 5fb5491 into main Feb 23, 2026
1 check passed
@public-glueops-renovatebot public-glueops-renovatebot Bot deleted the renovate/fastapi-0.132.x branch February 23, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants