python3Packages.pydocket: 0.16.6 -> 0.17.1 (#483934)
This commit is contained in:
@@ -60,6 +60,9 @@ buildPythonPackage (finalAttrs: {
|
||||
uv-dynamic-versioning
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pydocket"
|
||||
];
|
||||
dependencies = [
|
||||
authlib
|
||||
cyclopts
|
||||
@@ -152,6 +155,9 @@ buildPythonPackage (finalAttrs: {
|
||||
# AssertionError: assert {'annotations...object'}, ...} == {'annotations...sers']}}, ...}
|
||||
"test_list_tools"
|
||||
|
||||
# AssertionError: assert len(caplog.records) == 1
|
||||
"test_log"
|
||||
|
||||
# fastmcp.exceptions.ToolError: Unknown tool
|
||||
"test_multi_client_with_logging"
|
||||
"test_multi_client_with_elicitation"
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pydocket";
|
||||
version = "0.16.6";
|
||||
version = "0.17.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chrisguidry";
|
||||
repo = "docket";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-elndLtFcPpXPSOCsXdmvspbTJoRBEjkPegkkk0bw2xw=";
|
||||
hash = "sha256-p3FqIHulsBxI7oyiahEruARXBuA2QAYdQeVh83OFHbg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user