v2.13.0 (#733)
Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Peter Evers <peter.evers@mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
198277af3f
commit
ad0d5c9520
61 changed files with 969 additions and 461 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.12.1"
|
||||
version = "2.13.0"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -64,7 +64,7 @@ dependencies = [
|
|||
"linkify-it-py==2.1.0",
|
||||
"markdown-it-py==4.0.0",
|
||||
"markdownify==1.2.2",
|
||||
"mcp==1.27.0",
|
||||
"mcp==1.27.1",
|
||||
"mdit-py-plugins==0.5.0",
|
||||
"mdurl==0.1.2",
|
||||
"mistralai==2.4.4",
|
||||
|
|
@ -111,6 +111,7 @@ dependencies = [
|
|||
"tomli-w==1.2.0",
|
||||
"tree-sitter==0.25.2",
|
||||
"tree-sitter-bash==0.25.1",
|
||||
"truststore==0.10.4",
|
||||
"typing-extensions==4.15.0",
|
||||
"typing-inspection==0.4.2",
|
||||
"uc-micro-py==2.0.0",
|
||||
|
|
@ -173,14 +174,65 @@ dev = [
|
|||
|
||||
build = [
|
||||
"altgraph==0.17.5",
|
||||
"anyio==4.13.0",
|
||||
"certifi==2026.4.22",
|
||||
"cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
||||
"cfgv==3.5.0",
|
||||
"charset-normalizer==3.4.7",
|
||||
"colorama==0.4.6 ; sys_platform == 'win32'",
|
||||
"cryptography==47.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"distlib==0.4.0",
|
||||
"docutils==0.22.4",
|
||||
"execnet==2.1.2",
|
||||
"filelock==3.29.0",
|
||||
"h11==0.16.0",
|
||||
"httpcore==1.0.9",
|
||||
"httpx==0.28.1",
|
||||
"id==1.6.1",
|
||||
"identify==2.6.19",
|
||||
"idna==3.13",
|
||||
"iniconfig==2.3.0",
|
||||
"jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jaraco-context==6.1.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jaraco-functools==4.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"jinja2==3.1.6",
|
||||
"keyring==25.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"linkify-it-py==2.1.0",
|
||||
"macholib==1.16.4 ; sys_platform == 'darwin'",
|
||||
"markdown-it-py==4.0.0",
|
||||
"markupsafe==3.0.3",
|
||||
"mdit-py-plugins==0.5.0",
|
||||
"mdurl==0.1.2",
|
||||
"more-itertools==11.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"nh3==0.3.5",
|
||||
"nodeenv==1.10.0",
|
||||
"packaging==26.2",
|
||||
"pefile==2024.8.26 ; sys_platform == 'win32'",
|
||||
"platformdirs==4.9.6",
|
||||
"pluggy==1.6.0",
|
||||
"pycparser==3.0 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
||||
"pygments==2.20.0",
|
||||
"pyinstaller==6.20.0",
|
||||
"pyinstaller-hooks-contrib==2026.4",
|
||||
"pyinstrument==5.1.2",
|
||||
"python-discovery==1.2.2",
|
||||
"pywin32-ctypes==0.2.3 ; sys_platform == 'win32'",
|
||||
"pyyaml==6.0.3",
|
||||
"readme-renderer==44.0",
|
||||
"requests==2.33.1",
|
||||
"requests-toolbelt==1.0.0",
|
||||
"rfc3986==2.0.0",
|
||||
"rich==15.0.0",
|
||||
"secretstorage==3.5.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"setuptools==82.0.1",
|
||||
"syrupy==4.8.0",
|
||||
"textual==8.2.7",
|
||||
"truststore==0.10.4",
|
||||
"typing-extensions==4.15.0",
|
||||
"uc-micro-py==2.0.0",
|
||||
"urllib3==2.6.3",
|
||||
"virtualenv==21.2.4",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue