python3Packages.langgraph-cli: 0.4.4 -> 0.4.5 (#457536)

This commit is contained in:
Yohann Boniface
2025-11-01 18:34:48 +00:00
committed by GitHub

View File

@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "langgraph-cli";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "cli==${version}";
hash = "sha256-Ka/fm+lWxP6bpd4/Umgwfo1J1T05A6LHZb/ZeQ8HTSo=";
hash = "sha256-YGO1eq1IEKkxuH/9ZsaeaWpQ2vD97du32iopdXFqZf8=";
};
sourceRoot = "${src.name}/libs/cli";