langgraph-cli: 0.2.8 -> 0.2.10

This commit is contained in:
R. Ryantm
2025-05-16 00:02:41 +00:00
parent 6f82867e37
commit 3351cc90c5
@@ -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";