Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-03-23 20:08:19 +01:00 committed by GitHub
parent eb580209d4
commit 7b8a66bc6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 15 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "mistral-vibe"
version = "2.6.0"
version = "2.6.1"
description = "Minimal CLI coding agent by Mistral"
readme = "README.md"
requires-python = ">=3.12"
@ -27,7 +27,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"agent-client-protocol==0.9.0a1",
"agent-client-protocol>=0.9.0a1",
"anyio>=4.12.0",
"cachetools>=5.5.0",
"cryptography>=44.0.0,<=46.0.3",