-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update FastAPI version to 0.120.1 in pyproject.toml and requirements.txt #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update FastAPI version to 0.120.1 in pyproject.toml and requirements.txt #544
Conversation
WalkthroughFastAPI dependency upgraded from version 0.115.12 to 0.120.1 across both Python dependency files (pyproject.toml and requirements.txt) in the backend application. No functional, logic, or control flow modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-07-31T13:44:21.007ZApplied to files:
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
|
Hi everyone, Very new to the code base, starlette >=0.40.0,<0.47.0 ?? I can run the ./setup.sh without any issues. |
|
@jayatheerthkulkarni this error appears if the starlette version you have is 0.49.1 |
|
Remove starlette from the dependencies in pyproject.toml, that should fix everything |
This fix worked for me |
User description
Pull Request Title
deps: Upgrade FastAPI from 0.115.12 to 0.120.1
Related Issue
Related to #543
Description
This PR upgrades the fastapi dependency from version
0.115.12to0.120.1. This is intended to bring in the latest features, bug fixes, and security patches from the FastAPI project.Type
Proposed Changes
fastapiversion inapps/backend/pyproject.tomlto0.120.1.fastapiversion inapps/backend/requirements.txtto0.120.1.Screenshots / Code Snippets (if applicable)
N/A
How to Test
apps/backenddirectory.Checklist
Additional Information
Reviewers may want to consult the FastAPI Release Notes for details on the changes between versions 0.115.12 and 0.120.1.
PR Type
Enhancement
Description
Upgrade FastAPI dependency from 0.115.12 to 0.120.1
Update version in both pyproject.toml and requirements.txt
Brings latest features, bug fixes, and security patches
Diagram Walkthrough
File Walkthrough
pyproject.toml
Update FastAPI version in pyproject.tomlapps/backend/pyproject.toml
fastapidependency version from 0.115.12 to 0.120.1requirements.txt
Update FastAPI version in requirements.txtapps/backend/requirements.txt
fastapidependency version from 0.115.12 to 0.120.1Summary by cubic
Upgraded FastAPI from 0.115.12 to 0.120.1 to match the Starlette version and bring in recent bug and security fixes. Updated backend dependency files; no runtime changes expected.
Written for commit 87f3298. Summary will update automatically on new commits.
Summary by CodeRabbit