Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-04-30 11:13:22 +02:00 committed by GitHub
parent 3b8f65b306
commit 71f373c60c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 31 additions and 18 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "mistral-vibe"
version = "2.9.2"
version = "2.9.3"
description = "Minimal CLI coding agent by Mistral"
readme = "README.md"
requires-python = ">=3.12"
@ -55,7 +55,7 @@ dependencies = [
"requests>=2.20.0",
"rich>=14.0.0",
"sounddevice>=0.5.1",
"textual>=8.2.1",
"textual==8.2.4",
"textual-speedups>=0.2.1",
"tomli-w>=1.2.0",
"tree-sitter>=0.25.2",