chore(deps): update dependency mistral-vibe to >=2.7.3 - #1426
Conversation
Signed-off-by:
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
📝 WalkthroughSummary by CodeRabbit
WalkthroughUpdated the minimum version constraint for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Mesa DescriptionTL;DRUpdates the What changed?Updated the Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@pyproject.toml`:
- Line 13: The pyproject dependency entry for mistral-vibe is pointing at a
non-published release; update the constraint for the package name "mistral-vibe"
in pyproject.toml from ">=2.7.3" to a published version (for example ">=2.7.2"
or a specific released pin like "==2.7.2") so installs use a PyPI-published
release and avoid referencing the GitHub-only tag.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| "aider-chat>=0.86.2", | ||
| "marker-pdf>=1.10.2", | ||
| "mistral-vibe>=2.7.2", | ||
| "mistral-vibe>=2.7.3", |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
Confirm from official package sources/release notes that mistral-vibe 2.7.3 is published and compatible with Python >=3.13.
💡 Result:
No, mistral-vibe 2.7.3 is not confirmed as published on official package sources like PyPI, and there is no evidence from release notes or official docs that it is compatible with Python >=3.13. The latest referenced PyPI versions are up to v2.7.0 or v2.7.2, all requiring Python >=3.12. A GitHub tag v2.7.3 exists, but no PyPI publication or Python version update to >=3.13 is documented in CHANGELOG.md, pyproject.toml samples, or docs.mistral.ai. Official install docs specify Python 3.12+.
Citations:
- 1: https://github.com/mistralai/mistral-vibe/blob/main/CHANGELOG.md
- 2: https://github.com/mistralai/mistral-vibe/tags
- 3: https://pypi.org/project/mistral-vibe/
- 4: https://docs.mistral.ai/mistral-vibe/introduction/install
- 5: https://github.com/mistralai/mistral-vibe/releases
- 6: https://github.com/mistralai/mistral-vibe
- 7: https://github.com/mistralai/mistral-vibe/releases/tag/v2.7.2
- 8: https://github.com/mistralai/mistral-vibe/blob/4d449be2/pyproject.toml
Do not merge: mistral-vibe 2.7.3 is not published on PyPI.
The version bump specifies mistral-vibe>=2.7.3, but v2.7.3 does not exist on PyPI. The latest published versions are v2.7.0 and v2.7.2, which both require Python >=3.12. A GitHub tag v2.7.3 exists but has not been released to PyPI. Installing this dependency as specified will fail or silently resolve to an older version.
Correct the version constraint to an actually published release (e.g., >=2.7.2) or wait for the official PyPI release of v2.7.3 with release notes confirming the version and Python compatibility.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@pyproject.toml` at line 13, The pyproject dependency entry for mistral-vibe
is pointing at a non-published release; update the constraint for the package
name "mistral-vibe" in pyproject.toml from ">=2.7.3" to a published version (for
example ">=2.7.2" or a specific released pin like "==2.7.2") so installs use a
PyPI-published release and avoid referencing the GitHub-only tag.
There was a problem hiding this comment.
Pull request overview
Updates the Renovate-tracked UV global tool dependency constraint for mistral-vibe in pyproject.toml, keeping the toolchain aligned with the latest patch release.
Changes:
- Bump
mistral-vibefrom>=2.7.2to>=2.7.3in the[dependency-groups].toolslist.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR contains the following updates:
>=2.7.2→>=2.7.3Release Notes
mistralai/mistral-vibe (mistral-vibe)
v2.7.3Compare Source
Added
/data-retentionslash command to view Mistral AI's data retention notice and privacy settingsConfiguration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Summary by cubic
Update
mistral-vibeto >=2.7.3 to pull in the latest patch release. This includes the new /data-retention slash command from upstream.Written for commit 0a57406. Summary will update on new commits.