python3Packages.mcp: 1.26.0 -> 1.27.0
Assisted-by: OpenCode:gpt-5.5-1 Signed-off-by: Attila Oláh <attila@dorn.haus>
This commit is contained in:
committed by
Gaetan Lepage
parent
746b8efb34
commit
7f6d1d0d40
@@ -42,14 +42,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "mcp";
|
||||
version = "1.26.0";
|
||||
version = "1.27.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "modelcontextprotocol";
|
||||
repo = "python-sdk";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-TGkAyuBcIstL2BCZYBWoi7PhnhoBvap67sLWGe0QUoU=";
|
||||
hash = "sha256-qvbGyF0PVC626yCgUqOYmA1zOmvI3/bC7l7HhfOtKH8=";
|
||||
};
|
||||
|
||||
# time.sleep(0.1) feels a bit optimistic and it has been flaky whilst
|
||||
@@ -139,6 +139,7 @@ buildPythonPackage (finalAttrs: {
|
||||
# Flaky: httpx.ConnectError: All connection attempts failed
|
||||
"test_sse_security_"
|
||||
"test_streamable_http_"
|
||||
"test_streamablehttp_"
|
||||
|
||||
# This just feels a bit optimistic...
|
||||
# assert duration < 3 * _sleep_time_seconds
|
||||
|
||||
Reference in New Issue
Block a user