build: release 5.10.0#699
Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| [project] | ||
| name = "mostlyai" | ||
| version = "5.9.2" | ||
| version = "5.10.0" |
There was a problem hiding this comment.
Lock file version not updated with release
Low Severity
The version in pyproject.toml and mostlyai/sdk/__init__.py was updated to 5.10.0, but the uv.lock file still contains version 5.9.2 for the mostlyai package (at line 3801). This creates an inconsistency that didn't exist before this commit, where the lock file no longer matches the declared package version. The lock file typically needs to be regenerated when the package version changes to maintain consistency.
Release version 5.10.0.
Note
Publishes the 5.10.0 release by updating package version fields.
__version__inmostlyai/sdk/__init__.pyfrom5.9.2to5.10.0versioninpyproject.tomlfrom5.9.2to5.10.0Written by Cursor Bugbot for commit 4cb5ede. This will update automatically on new commits. Configure here.