python3Packages.mcp: 1.26.0 -> 1.27.1

https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.27.1
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:14 +02:00
parent 9e8a6e9c9b
commit e4c7627d6a
@@ -42,14 +42,14 @@
buildPythonPackage (finalAttrs: {
pname = "mcp";
version = "1.26.0";
version = "1.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "python-sdk";
tag = "v${finalAttrs.version}";
hash = "sha256-TGkAyuBcIstL2BCZYBWoi7PhnhoBvap67sLWGe0QUoU=";
hash = "sha256-LhoLcFC5+7xOCfud23sbHyTMxKYmdeZh0c+UtGdvzCs=";
};
# time.sleep(0.1) feels a bit optimistic and it has been flaky whilst