Skip to content
Merged
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_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ python-dotenv==1.2.2
# agent-pm
# pydantic-settings
# uvicorn
python-multipart==0.0.27
python-multipart==0.0.31

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock files pin different versions

Medium Severity

This PR bumps python-multipart to 0.0.31 only in requirements_lock.txt, but uv.lock still resolves python-multipart at 0.0.27. Docker and uv sync follow uv.lock, while Bazel uses requirements_lock.txt, so the upgrade does not apply consistently and make bazel-check can regenerate and revert this file.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dbc5e11. Configure here.

# via mcp
pytz==2025.2
# via
Expand Down
Loading