Co-authored-by: Jean Burellier <sheplu@users.noreply.github.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai>
Co-authored-by: Nelson PROIA <144663685+Nelson-PROIA@users.noreply.github.com>
Co-authored-by: renovate-mistral[bot] <253709520+renovate-mistral[bot]@users.noreply.github.com>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Clément Drouin 2026-06-19 17:39:44 +02:00 committed by GitHub
parent 6bedf271ce
commit 725d3a56ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 1330 additions and 288 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "mistral-vibe"
version = "2.17.0"
version = "2.17.1"
description = "Minimal CLI coding agent by Mistral"
readme = "README.md"
requires-python = ">=3.12"
@ -50,7 +50,7 @@ dependencies = [
"httpx==0.28.1",
"httpx-sse==0.4.3",
"humanize==4.15.0",
"idna==3.13",
"idna==3.18",
"importlib-metadata==8.7.1",
"jaraco-classes==3.4.0",
"jaraco-context==6.1.2",
@ -65,10 +65,10 @@ dependencies = [
"linkify-it-py==2.1.0",
"markdown-it-py==4.0.0",
"markdownify==1.2.2",
"mcp==1.27.2",
"mcp==1.28.0",
"mdit-py-plugins==0.5.0",
"mdurl==0.1.2",
"mistralai==2.4.9",
"mistralai==2.4.11",
"more-itertools==11.0.2",
"opentelemetry-api==1.39.1",
"opentelemetry-exporter-otlp-proto-common==1.39.1",