File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage 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 = ''
You can’t perform that action at this time.
0 commit comments