Skip to content

build(deps): update fastapi requirement from >=0.104.0 to >=0.141.1 - #72

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/fastapi-gte-0.141.1
Aug 6, 2026
Merged

build(deps): update fastapi requirement from >=0.104.0 to >=0.141.1#72
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/fastapi-gte-0.141.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

User description

Updates the requirements on fastapi to permit the latest version.

Release notes

Sourced from fastapi's releases.

0.141.1

Fixes

  • 🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #16105 by @​tiangolo.

Docs

Commits
  • 95f8322 🔖 Release version 0.141.1 (#16106)
  • f137944 📝 Update release notes
  • d623544 🐛 Fix support for background tasks and headers from dependencies in `app.fron...
  • 1d211b9 📝 Update release notes
  • 8a1f876 📝 Document FASTAPI_ENV in FastAPI CLI guide (#16104)
  • c7e7b65 🔖 Release version 0.141.0 (#16103)
  • 6bceb84 📝 Update release notes
  • 5429fed ✨ Add app.frontend(check_dir="auto"), to make local development more conven...
  • 628663f 🔖 Release version 0.140.13 (#16096)
  • 0b54fd0 📝 Update release notes
  • Additional commits viewable in compare view

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)

PR Type

Other


Description

  • Updates fastapi minimum version requirement to >=0.141.1

  • Updates dependency specifications in pyproject.toml and requirements.txt


Diagram Walkthrough

flowchart LR
  A["Update Dependency"] --> B["pyproject.toml"]
  A --> C["requirements.txt"]
  B --> D["fastapi >=0.141.1"]
  C --> D
Loading

File Walkthrough

Relevant files
Dependencies
pyproject.toml
Update fastapi version in pyproject.toml                                 

pyproject.toml

  • Updated fastapi version requirement to >=0.141.1 in web dependencies.
  • Updated fastapi version requirement to >=0.141.1 in all dependencies.
+2/-2     
requirements.txt
Update fastapi version in requirements.txt                             

requirements.txt

  • Updated fastapi version requirement from >=0.104.0 to >=0.141.1.
+1/-1     

Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.104.0...0.141.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.141.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 6, 2026
@github-actions github-actions Bot added the config label Aug 6, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Approved by Dependabot Autopilot.

@github-actions
github-actions Bot enabled auto-merge (squash) August 6, 2026 05:34

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Approved by Dependabot Autopilot.

@rudra-pr-agent

rudra-pr-agent Bot commented Aug 6, 2026

Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@rudra-pr-agent

rudra-pr-agent Bot commented Aug 6, 2026

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Approved by Dependabot Autopilot.

@github-actions
github-actions Bot merged commit 6dbfe52 into main Aug 6, 2026
17 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/fastapi-gte-0.141.1 branch August 6, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config dependencies Pull requests that update a dependency file python Pull requests that update python code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants