mistral-vibe: 2.12.1 -> 2.13.0 (#526776)

This commit is contained in:
kirillrdy
2026-06-01 20:27:20 +00:00
committed by GitHub
+7 -2
View File
@@ -28,7 +28,7 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mistral-vibe";
version = "2.12.1";
version = "2.13.0";
pyproject = true;
__structuredAttrs = true;
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "mistralai";
repo = "mistral-vibe";
tag = "v${finalAttrs.version}";
hash = "sha256-aMh1gVTsK8rDe9DVGjFci40OizCln4lDKCN/Vz+6vAs=";
hash = "sha256-N4VkqsqcjJfRJwShs5JGyoeGXgc8Ioa0M3UZbO68z0A=";
};
build-system = with python3Packages; [
@@ -128,6 +128,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
tomli-w
tree-sitter
tree-sitter-bash
truststore
typing-extensions
typing-inspection
uc-micro-py
@@ -159,6 +160,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
versionCheckKeepEnvironment = [ "HOME" ];
disabledTests = [
# vibe.core.llm.exceptions.BackendError: LLM backend error [mock-provider]
# reason: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1032)
"test_generic_backend_streaming_uses_ssl_cert_file"
# Fail in the sandbox
# vibe.core.audio_recorder.audio_recorder_port.NoAudioInputDeviceError: No audio input device available
"test_audio_stream_yields_chunks"