Skip to content

Bump fastapi from 0.110.0 to 0.136.1#16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fastapi-0.136.1
Open

Bump fastapi from 0.110.0 to 0.136.1#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fastapi-0.136.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps fastapi from 0.110.0 to 0.136.1.

Release notes

Sourced from fastapi's releases.

0.136.1

Upgrades

Internal

0.136.0

Upgrades

0.135.4

Refactors

Internal

0.135.3

... (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)

Summary by cubic

Upgrade fastapi from 0.110.0 to 0.136.1 to get recent fixes and Python 3.14t support. No app code changes in this PR.

  • Migration
    • Update starlette to a compatible version (>=1.0.0) or unpin; current 0.36.3 will conflict.
    • Run tests and check for Pydantic v2 deprecation warnings.

Written for commit d840448. Summary will update on new commits. Review in cubic

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.110.0 to 0.136.1.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.0...0.136.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 29, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="requirements.txt">

<violation number="1" location="requirements.txt:1">
P1: This FastAPI bump is incompatible with the pinned Starlette version in requirements.txt; FastAPI 0.136.1 requires a newer Starlette.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread requirements.txt
@@ -1,4 +1,4 @@
fastapi==0.110.0
fastapi==0.136.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1: This FastAPI bump is incompatible with the pinned Starlette version in requirements.txt; FastAPI 0.136.1 requires a newer Starlette.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At requirements.txt, line 1:

<comment>This FastAPI bump is incompatible with the pinned Starlette version in requirements.txt; FastAPI 0.136.1 requires a newer Starlette.</comment>

<file context>
@@ -1,4 +1,4 @@
-fastapi==0.110.0
+fastapi==0.136.1
 starlette==0.36.3
 firebase-functions==0.2.0
</file context>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants