Skip to content

chore(deps): update dependency mistral-vibe to >=2.7.3 - #1426

Merged
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch
Apr 11, 2026
Merged

chore(deps): update dependency mistral-vibe to >=2.7.3#1426
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Apr 11, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
mistral-vibe >=2.7.2>=2.7.3 age confidence

Release Notes

mistralai/mistral-vibe (mistral-vibe)

v2.7.3

Compare Source

Added
  • /data-retention slash command to view Mistral AI's data retention notice and privacy settings

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.


Summary by cubic

Update mistral-vibe to >=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.

@shunkakinoki
shunkakinoki enabled auto-merge (squash) April 11, 2026 03:49
Copilot AI review requested due to automatic review settings April 11, 2026 03:49
@mesa-dot-dev

mesa-dot-dev Bot commented Apr 11, 2026

Copy link
Copy Markdown

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@coderabbitai

coderabbitai Bot commented Apr 11, 2026

Copy link
Copy Markdown
📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated build tooling dependency to a newer minimum version for improved stability and compatibility.

Walkthrough

Updated the minimum version constraint for the mistral-vibe dependency tool in pyproject.toml from >=2.7.2 to >=2.7.3. This is a routine dependency version bump with no structural or control flow changes.

Changes

Cohort / File(s) Summary
Dependency Version Update
pyproject.toml
Bumped mistral-vibe minimum version from >=2.7.2 to >=2.7.3 in the dependency-groups.tools configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

dependencies

Poem

🐰 A version hops by, so small yet fine,
From 2.7.2 to 2.7.3 it must align,
The bunny updates with gentle care,
Dependencies fresh in the springtime air! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: updating the mistral-vibe dependency to >=2.7.3 in pyproject.toml.
Description check ✅ Passed The description is directly related to the changeset, providing release notes and context about the mistral-vibe update from >=2.7.2 to >=2.7.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/patch-all-minor-patch

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mesa-dot-dev

mesa-dot-dev Bot commented Apr 11, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updates the mistral-vibe dependency to version >=2.7.3, which includes a new /data-retention slash command.

What changed?

Updated the mistral-vibe dependency from >=2.7.2 to >=2.7.3. This version introduces a /data-retention slash command.

Description generated by Mesa. Update settings

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b224f8a2-283e-47a4-aa42-d414f66bf0c4

📥 Commits

Reviewing files that changed from the base of the PR and between a2c254b and 0a57406.

📒 Files selected for processing (1)
  • pyproject.toml

Comment thread pyproject.toml
"aider-chat>=0.86.2",
"marker-pdf>=1.10.2",
"mistral-vibe>=2.7.2",
"mistral-vibe>=2.7.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 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:


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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-vibe from >=2.7.2 to >=2.7.3 in the [dependency-groups].tools list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the mistral-vibe tool in pyproject.toml from 2.7.2 to 2.7.3. I have no feedback to provide.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

@shunkakinoki
shunkakinoki disabled auto-merge April 11, 2026 08:51
@shunkakinoki
shunkakinoki merged commit 98ae8a7 into main Apr 11, 2026
40 of 45 checks passed
@shunkakinoki
shunkakinoki deleted the renovate/patch-all-minor-patch branch April 11, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants