langgraph-cli: 0.4.26 -> 0.4.30

This commit is contained in:
sarahec
2026-06-18 16:02:36 -07:00
committed by Sarah Clark
parent 7fb2bd6b53
commit 93e6ed67f9
@@ -17,6 +17,7 @@
# testing
pytest-asyncio,
pytest-mock,
pytestCheckHook,
docker-compose,
@@ -26,14 +27,15 @@
buildPythonPackage (finalAttrs: {
pname = "langgraph-cli";
version = "0.4.26";
version = "0.4.30";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "cli==${finalAttrs.version}";
hash = "sha256-LBdDi3gT1N+r6yTb0BDF7qkoHAvo3UTSJnJ49vchjKU=";
hash = "sha256-wemTtMT8UbpEsGzf0fMnXdhJv0oTrG/TqEu6HhFN6nc=";
};
sourceRoot = "${finalAttrs.src.name}/libs/cli";
@@ -58,6 +60,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
pytest-asyncio
pytest-mock
pytestCheckHook
docker-compose
]