python313Packages.mcp: 1.25.0 -> 1.26.0
Diff: https://github.com/modelcontextprotocol/python-sdk/compare/v1.25.0...v1.26.0 Changelog: https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.26.0
This commit is contained in:
committed by
Gaetan Lepage
parent
4ae5bcb5cf
commit
5c145f5ec4
@@ -42,14 +42,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mcp";
|
||||
version = "1.25.0";
|
||||
version = "1.26.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "modelcontextprotocol";
|
||||
repo = "python-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fSQCvKaNMeCzguM2tcTJJlAeZQmzSJmbfEK35D8pQcs=";
|
||||
hash = "sha256-TGkAyuBcIstL2BCZYBWoi7PhnhoBvap67sLWGe0QUoU=";
|
||||
};
|
||||
|
||||
# time.sleep(0.1) feels a bit optimistic and it has been flaky whilst
|
||||
|
||||
Reference in New Issue
Block a user