langgraph-cli: 0.2.8 -> 0.2.10 (#407483)

This commit is contained in:
Aleksana
2025-05-16 15:25:04 +08:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "langgraph-cli";
version = "0.2.8";
version = "0.2.10";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "cli==${version}";
hash = "sha256-WK31FbAqJRkJfNFMWZfnUJx0Gavu7HfcNrWBqRwiK3k=";
hash = "sha256-gSiyFjk1lXiCv7JpX4J00WAPoMv4VsXDuCswbFhP2kY=";
};
sourceRoot = "${src.name}/libs/cli";