chore: release main#1221
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9db2a2737e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [project] | ||
| name = "modelaudit" | ||
| version = "0.2.44" | ||
| version = "0.2.45" |
There was a problem hiding this comment.
Sync uv.lock with the bumped package version
After this version bump, pyproject.toml reports 0.2.45 while uv.lock still pins the editable modelaudit package at 0.2.44 (uv.lock line 2398), leaving the lockfile out of sync with project metadata. This will trip the lock-consistency gate in CI (.github/workflows/test.yml runs uv lock --check at lines 317-319) whenever that job is triggered, and it also leaves local uv workflows in an inconsistent state until the lockfile is regenerated.
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
0.2.45
0.2.45 (2026-05-03)
Bug Fixes
This PR was generated with Release Please. See documentation.