Skip to content

Bump fastapi from 0.110.0 to 0.136.0#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fastapi-0.136.0
Open

Bump fastapi from 0.110.0 to 0.136.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fastapi-0.136.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps fastapi from 0.110.0 to 0.136.0.

Release notes

Sourced from fastapi's releases.

0.136.0

Upgrades

0.135.4

Refactors

Internal

0.135.3

Features

Docs

  • ✏️ Fix typo for client_secret in OAuth2 form docstrings. PR #14946 by @​bysiber.

Internal

0.135.2

Upgrades

  • ⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite. PR #15139 by @​svlandeg.

Docs

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 22, 2026

Labels

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

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

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.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/uv/fastapi-0.136.0 branch from 28582c1 to 4f80ecb Compare April 22, 2026 00:55
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 3 files

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: `fastapi==0.136.0` is incompatible with the currently pinned `starlette==0.36.3`; FastAPI 0.136.0 requires Starlette >=0.46.0, so installs/resolution can break.</violation>
</file>

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

Comment thread requirements.txt
Comment on lines +1 to 2
fastapi==0.136.0
starlette==0.36.3
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Apr 22, 2026

Choose a reason for hiding this comment

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

P1: fastapi==0.136.0 is incompatible with the currently pinned starlette==0.36.3; FastAPI 0.136.0 requires Starlette >=0.46.0, so installs/resolution can break.

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>`fastapi==0.136.0` is incompatible with the currently pinned `starlette==0.36.3`; FastAPI 0.136.0 requires Starlette >=0.46.0, so installs/resolution can break.</comment>

<file context>
@@ -1,4 +1,4 @@
-fastapi==0.110.0
+fastapi==0.136.0
 starlette==0.36.3
 firebase-functions==0.2.0
</file context>
Suggested change
fastapi==0.136.0
starlette==0.36.3
fastapi==0.136.0
starlette==0.46.0
Fix with Cubic

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