Skip to content
Open
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
starlette==0.36.3
starlette==1.0.0
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: starlette==1.0.0 is incompatible with fastapi==0.110.0 (FastAPI 0.110.0 requires starlette<0.37.0,>=0.36.3), so dependency resolution can fail.

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

<comment>`starlette==1.0.0` is incompatible with `fastapi==0.110.0` (FastAPI 0.110.0 requires `starlette<0.37.0,>=0.36.3`), so dependency resolution can fail.</comment>

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

firebase-functions==0.2.0
uvicorn==0.29.0
Loading