Revert "python3Packages.langgraph-cli: 0.1.52 -> 2.0.13"

This reverts commit aed1a483b8.
This commit is contained in:
Robert Schütz
2025-02-06 21:48:20 -08:00
parent 052ec59335
commit 262ba6e53c
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "langgraph-cli";
version = "2.0.13";
version = "0.1.52";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointpostgres==${version}";
hash = "sha256-Vz2ZoikEZuMvt3j9tvBIcXCwWSrCV8MI7x9PIHodl8Y=";
tag = "cli==${version}";
hash = "sha256-zTBeDJB1Xu/rWsvEC/L4BRzxyh04lPYV7HQNHoJcskk=";
};
sourceRoot = "${src.name}/libs/cli";
@@ -60,7 +60,7 @@ buildPythonPackage rec {
meta = {
description = "Official CLI for LangGraph API";
homepage = "https://github.com/langchain-ai/langgraph/libs/cli";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
mainProgram = "langgraph";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sarahec ];