mistral-vibe: 2.17.1 -> 2.18.0 (#535348)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
|
||||
# tests
|
||||
gitMinimal,
|
||||
uv,
|
||||
versionCheckHook,
|
||||
writableTmpDirAsHomeHook,
|
||||
@@ -39,7 +40,7 @@ let
|
||||
in
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "mistral-vibe";
|
||||
version = "2.17.1";
|
||||
version = "2.18.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -47,7 +48,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
owner = "mistralai";
|
||||
repo = "mistral-vibe";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-JrUepzbJupeyHiNz9gbX+C3kc2tJaNkxCldMELKeXcU=";
|
||||
hash = "sha256-2eDu2Fqd6K/ZxWSl/pXSN284z7UquNb+zwkHYe9ZWBw=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@@ -159,6 +160,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pythonImportsCheck = [ "vibe" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
# vibe.core.agent_loop.TeleportError: Teleport requires git to be installed.
|
||||
gitMinimal
|
||||
python3Packages.pytest-asyncio
|
||||
python3Packages.pytest-textual-snapshot
|
||||
python3Packages.pytest-xdist
|
||||
|
||||
Reference in New Issue
Block a user