Skip to content

Commit 6ff54d4

Browse files
authored
python312Packages.testcontainers: 4.9.1 -> 4.9.2 (#387301)
2 parents 3a819f1 + 82c4fb1 commit 6ff54d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkgs/development/python-modules/mcp/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ buildPythonPackage rec {
7575
"test_command_execution"
7676
];
7777

78+
__darwinAllowLocalNetworking = true;
79+
7880
meta = {
7981
changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}";
8082
description = "Official Python SDK for Model Context Protocol servers and clients";

pkgs/development/python-modules/testcontainers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "testcontainers";
19-
version = "4.9.1";
19+
version = "4.9.2";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "testcontainers";
2424
repo = "testcontainers-python";
2525
tag = "testcontainers-v${version}";
26-
hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c=";
26+
hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)