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 examples/next-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PyYAML==6.0.1
rich==13.7.1
shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
starlette==1.3.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.

🔴 Blockerstarlette==1.3.1 conflicts with fastapi==0.111.1 (line 8). FastAPI 0.111.1 requires starlette>=0.37.2,<0.38.0; this bump causes a ResolutionImpossible pip error — the environment will not install. Same root cause as PR #77.

Fix: Upgrade fastapi to >=0.115.0 first (which supports starlette 1.x), regenerate the full pinned requirements, then accept this starlette bump. Alternatively, close this PR and add a Dependabot ignore rule for starlette until the fastapi upgrade is ready.

tqdm==4.66.4
typer==0.12.3
typing_extensions==4.12.2
Expand Down
Loading