Loading pkgs/development/python-modules/mcp/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ buildPythonPackage rec { "test_command_execution" ]; __darwinAllowLocalNetworking = true; meta = { changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}"; description = "Official Python SDK for Model Context Protocol servers and clients"; Loading pkgs/development/python-modules/testcontainers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "testcontainers"; version = "4.9.1"; version = "4.9.2"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${version}"; hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c="; hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/mcp/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ buildPythonPackage rec { "test_command_execution" ]; __darwinAllowLocalNetworking = true; meta = { changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}"; description = "Official Python SDK for Model Context Protocol servers and clients"; Loading
pkgs/development/python-modules/testcontainers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "testcontainers"; version = "4.9.1"; version = "4.9.2"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${version}"; hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c="; hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM="; }; postPatch = '' Loading