Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.110.0
fastapi==0.136.0
starlette==0.36.3
Comment on lines +1 to 2
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 starlette==0.36.3; bump Starlette to a supported version (>=0.46.0).

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 `starlette==0.36.3`; bump Starlette to a supported version (>=0.46.0).</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

firebase-functions==0.2.0
uvicorn==0.29.0
Loading