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 .config/python/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiofiles==25.1.0
azure-devops==6.0.0b4
beautifulsoup4==4.14.2
commentjson==0.9.0
fastapi==0.119.1
fastapi==0.120.0
Copy link

Choose a reason for hiding this comment

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

Bug: FastAPI Version Update Mismatch

Version mismatch: The PR title and description indicate bumping fastapi from 0.119.0 to 0.119.1, but the actual change updates fastapi to 0.120.0 (skipping the intended 0.119.1 patch release). This is a minor version bump rather than the patch release bump described in the PR.

Fix in Cursor Fix in Web

gitpython==3.1.45
giturlparse==0.12.0
importlib-metadata==8.7.0
Expand Down
Loading