langgraph-cli: 0.1.84 -> 0.1.89

This commit is contained in:
R. Ryantm
2025-04-08 22:31:27 +00:00
parent 0f8029409e
commit 8c874a8ce0
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "langgraph-cli";
version = "0.1.84";
version = "0.1.89";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "cli==${version}";
hash = "sha256-nb6u3YooDujRc6BKl35ZQPrKDlZkCreFn82TGxt4m5M=";
hash = "sha256-AesYnUWDo6i2HogOE89hX9gJWlzNMOq3VB4qnzg743c=";
};
sourceRoot = "${src.name}/libs/cli";