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 requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core AI and CLI (prefer latest v3 per dspy.ai)
dspy-ai>=3.2.0,<4.0.0
typer==0.24.1
rich==13.7.1
rich==15.0.0
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 not updated to match new rich version

High Severity

requirements.txt pins rich==15.0.0 but both requirements.lock and requirements-dev.lock still pin rich==13.7.1. Any environment that installs from the lock files (likely CI and production) will get the old version, making the version bump ineffective and creating a mismatch between declared and actually-installed dependencies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8cae8cb. Configure here.

pydantic==2.13.3
python-dotenv==1.2.2

Expand Down
Loading