python3Packages.langgraph: 0.2.56 -> 2.0.13

https://github.com/langchain-ai/langgraph/releases/tag/checkpointpostgres==2.0.13
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:55 +01:00
parent e62139fce2
commit bd16b60510
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "langgraph";
version = "0.2.56";
version = "2.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = version;
hash = "sha256-X/IMNEmggu9bSJFUaTohbFYxGZBguf+eFb3ObmQGplk=";
tag = "checkpointpostgres==${version}";
hash = "sha256-Vz2ZoikEZuMvt3j9tvBIcXCwWSrCV8MI7x9PIHodl8Y=";
};
postgresqlTestSetupPost = ''
@@ -119,7 +119,7 @@ buildPythonPackage rec {
meta = {
description = "Build resilient language agents as graphs";
homepage = "https://github.com/langchain-ai/langgraph";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sarahec ];
};