Loading pkgs/by-name/mi/mistral-vibe/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "mistral-vibe"; version = "2.0.2"; version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "mistralai"; repo = "mistral-vibe"; tag = "v${finalAttrs.version}"; hash = "sha256-eZqNxibJ0Ps65tHT6msaizRxvUPNNq0OZ++aAYvUi0E="; hash = "sha256-Xeb16Ravk60DXAjRs1OcCl8axCRwTf9yqXWnva9VQro="; }; build-system = with python3Packages; [ Loading @@ -29,16 +29,21 @@ python3Packages.buildPythonApplication (finalAttrs: { ]; pythonRelaxDeps = [ "agent-client-protocol" "gitpython" "mistralai" "pydantic" "pydantic-settings" "watchfiles" "zstandard" ]; dependencies = with python3Packages; [ agent-client-protocol anyio cryptography gitpython giturlparse httpx keyring mcp mistralai packaging Loading @@ -51,10 +56,11 @@ python3Packages.buildPythonApplication (finalAttrs: { rich textual textual-speedups tomli-w tree-sitter tree-sitter-grammars.tree-sitter-bash tomli-w watchfiles zstandard ]; pythonImportsCheck = [ "vibe" ]; Loading pkgs/development/python-modules/agent-client-protocol/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -17,16 +17,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "agent-client-protocol"; version = "0.7.1"; version = "0.8.0"; pyproject = true; src = fetchFromGitHub { owner = "agentclientprotocol"; repo = "python-sdk"; tag = version; hash = "sha256-pUOs6TUc0qmY+/AWTtm5kKouHKL8cLMhJ+nZT4r+6sI="; tag = finalAttrs.version; hash = "sha256-MFfHr0bPBSMxb6HMndbrw/Aidd8TXUKwFam6+TroXkI="; }; build-system = [ Loading Loading @@ -56,11 +56,13 @@ buildPythonPackage rec { "test_spawn_agent_process_roundtrip" ]; __darwinAllowLocalNetworking = true; meta = { description = "Python SDK for ACP clients and agents"; homepage = "https://github.com/agentclientprotocol/python-sdk"; changelog = "https://github.com/agentclientprotocol/python-sdk/releases/tag/${src.tag}"; changelog = "https://github.com/agentclientprotocol/python-sdk/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ GaetanLepage ]; }; } }) Loading
pkgs/by-name/mi/mistral-vibe/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "mistral-vibe"; version = "2.0.2"; version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "mistralai"; repo = "mistral-vibe"; tag = "v${finalAttrs.version}"; hash = "sha256-eZqNxibJ0Ps65tHT6msaizRxvUPNNq0OZ++aAYvUi0E="; hash = "sha256-Xeb16Ravk60DXAjRs1OcCl8axCRwTf9yqXWnva9VQro="; }; build-system = with python3Packages; [ Loading @@ -29,16 +29,21 @@ python3Packages.buildPythonApplication (finalAttrs: { ]; pythonRelaxDeps = [ "agent-client-protocol" "gitpython" "mistralai" "pydantic" "pydantic-settings" "watchfiles" "zstandard" ]; dependencies = with python3Packages; [ agent-client-protocol anyio cryptography gitpython giturlparse httpx keyring mcp mistralai packaging Loading @@ -51,10 +56,11 @@ python3Packages.buildPythonApplication (finalAttrs: { rich textual textual-speedups tomli-w tree-sitter tree-sitter-grammars.tree-sitter-bash tomli-w watchfiles zstandard ]; pythonImportsCheck = [ "vibe" ]; Loading
pkgs/development/python-modules/agent-client-protocol/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -17,16 +17,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "agent-client-protocol"; version = "0.7.1"; version = "0.8.0"; pyproject = true; src = fetchFromGitHub { owner = "agentclientprotocol"; repo = "python-sdk"; tag = version; hash = "sha256-pUOs6TUc0qmY+/AWTtm5kKouHKL8cLMhJ+nZT4r+6sI="; tag = finalAttrs.version; hash = "sha256-MFfHr0bPBSMxb6HMndbrw/Aidd8TXUKwFam6+TroXkI="; }; build-system = [ Loading Loading @@ -56,11 +56,13 @@ buildPythonPackage rec { "test_spawn_agent_process_roundtrip" ]; __darwinAllowLocalNetworking = true; meta = { description = "Python SDK for ACP clients and agents"; homepage = "https://github.com/agentclientprotocol/python-sdk"; changelog = "https://github.com/agentclientprotocol/python-sdk/releases/tag/${src.tag}"; changelog = "https://github.com/agentclientprotocol/python-sdk/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ GaetanLepage ]; }; } })