v2.17.0 (#822)
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Hdandria <henri.dandria@mistral.ai> Co-authored-by: Ivana Dunisijevic <ivana.dunisijevic@mistral.ai> Co-authored-by: Jean Burellier <sheplu@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Mert Unsal <mert.unsal@mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@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: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@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:
parent
564a14365e
commit
6bedf271ce
223 changed files with 10533 additions and 6947 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.16.1"
|
||||
version = "2.17.0"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -38,7 +38,7 @@ dependencies = [
|
|||
"charset-normalizer==3.4.7",
|
||||
"click==8.3.3 ; sys_platform != 'emscripten'",
|
||||
"colorama==0.4.6 ; sys_platform == 'win32'",
|
||||
"cryptography==47.0.0",
|
||||
"cryptography==48.0.1",
|
||||
"eval-type-backport==0.3.1",
|
||||
"gitdb==4.0.12",
|
||||
"gitpython==3.1.47",
|
||||
|
|
@ -65,10 +65,10 @@ dependencies = [
|
|||
"linkify-it-py==2.1.0",
|
||||
"markdown-it-py==4.0.0",
|
||||
"markdownify==1.2.2",
|
||||
"mcp==1.27.1",
|
||||
"mcp==1.27.2",
|
||||
"mdit-py-plugins==0.5.0",
|
||||
"mdurl==0.1.2",
|
||||
"mistralai==2.4.4",
|
||||
"mistralai==2.4.9",
|
||||
"more-itertools==11.0.2",
|
||||
"opentelemetry-api==1.39.1",
|
||||
"opentelemetry-exporter-otlp-proto-common==1.39.1",
|
||||
|
|
@ -88,11 +88,11 @@ dependencies = [
|
|||
"pydantic-core==2.46.3",
|
||||
"pydantic-settings==2.14.0",
|
||||
"pygments==2.20.0",
|
||||
"pyjwt==2.12.1",
|
||||
"pyjwt==2.13.0",
|
||||
"pyperclip==1.11.0",
|
||||
"python-dateutil==2.9.0.post0",
|
||||
"python-dotenv==1.2.2",
|
||||
"python-multipart==0.0.27",
|
||||
"python-multipart==0.0.32",
|
||||
"pywin32==311 ; sys_platform == 'win32'",
|
||||
"pywin32-ctypes==0.2.3 ; sys_platform == 'win32'",
|
||||
"pyyaml==6.0.3",
|
||||
|
|
@ -116,7 +116,7 @@ dependencies = [
|
|||
"typing-extensions==4.15.0",
|
||||
"typing-inspection==0.4.2",
|
||||
"uc-micro-py==2.0.0",
|
||||
"urllib3==2.6.3",
|
||||
"urllib3==2.7.0",
|
||||
"uvicorn==0.46.0 ; sys_platform != 'emscripten'",
|
||||
"watchfiles==1.1.1",
|
||||
"websockets==16.0",
|
||||
|
|
@ -147,7 +147,7 @@ vibe-acp = "vibe.acp.entrypoint:main"
|
|||
|
||||
|
||||
[tool.uv]
|
||||
exclude-newer = "7 days"
|
||||
exclude-newer = "2 days"
|
||||
|
||||
package = true
|
||||
required-version = ">=0.8.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue