v2.18.0 (#843)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Cyprien <courtot.c@gmail.com> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> 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: Paul VEZIA <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: josephine-delas <57808586+josephine-delas@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
725d3a56ce
commit
e607ccbb00
242 changed files with 7372 additions and 1974 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.17.1"
|
||||
version = "2.18.0"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
"attrs==26.1.0",
|
||||
"beautifulsoup4==4.14.3",
|
||||
"cachetools==7.0.6",
|
||||
"certifi==2026.4.22",
|
||||
"certifi==2026.6.17",
|
||||
"cffi==2.0.0",
|
||||
"charset-normalizer==3.4.7",
|
||||
"click==8.3.3 ; sys_platform != 'emscripten'",
|
||||
|
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
"cryptography==48.0.1",
|
||||
"eval-type-backport==0.3.1",
|
||||
"gitdb==4.0.12",
|
||||
"gitpython==3.1.47",
|
||||
"gitpython==3.1.50",
|
||||
"giturlparse==0.14.0",
|
||||
"google-auth==2.49.2",
|
||||
"googleapis-common-protos==1.74.0",
|
||||
|
|
@ -86,7 +86,7 @@ dependencies = [
|
|||
"pycparser==3.0 ; implementation_name != 'PyPy'",
|
||||
"pydantic==2.13.3",
|
||||
"pydantic-core==2.46.3",
|
||||
"pydantic-settings==2.14.0",
|
||||
"pydantic-settings==2.14.2",
|
||||
"pygments==2.20.0",
|
||||
"pyjwt==2.13.0",
|
||||
"pyperclip==1.11.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue