python3Packages.langgraph-cli: 0.3.6 -> 2.1.1

https://github.com/langchain-ai/langgraph/releases/tag/checkpoint==2.1.1

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
langgraph-cli
+4 -4
pkgs/development/python-modules/langgraph-cli/default.nix
···
buildPythonPackage rec {
pname = "langgraph-cli";
-
version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
-
tag = "cli==${version}";
-
hash = "sha256-tBMdFOHSRjw0PtE19XytLU4MmjR3NBLJxUqWoG4L2F8=";
};
sourceRoot = "${src.name}/libs/cli";
···
meta = {
description = "Official CLI for LangGraph API";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli";
-
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
mainProgram = "langgraph";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sarahec ];
···
buildPythonPackage rec {
pname = "langgraph-cli";
+
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
+
tag = "checkpoint==${version}";
+
hash = "sha256-UY3AChShKfOrtOQzOm5vi3Yy3rlBc+TAje9L2L6My/U=";
};
sourceRoot = "${src.name}/libs/cli";
···
meta = {
description = "Official CLI for LangGraph API";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli";
+
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}";
mainProgram = "langgraph";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sarahec ];