python3Packages.langgraph-checkpoint-sqlite: 2.0.1 -> 2.0.13

https://github.com/langchain-ai/langgraph/releases/tag/checkpointsqlite==checkpointpostgres==2.0.13
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:53 +01:00
parent 94a77c0fed
commit 8f2d6daa45
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-sqlite";
version = "2.0.1";
version = "2.0.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointsqlite==${version}";
hash = "sha256-dh+cjcOp6rGFntz82VNfVyetcrQBdBFdXk5xFb0aR5c=";
tag = "checkpointpostgres==${version}";
hash = "sha256-Vz2ZoikEZuMvt3j9tvBIcXCwWSrCV8MI7x9PIHodl8Y=";
};
sourceRoot = "${src.name}/libs/checkpoint-sqlite";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
};
meta = {
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/checkpointsqlite==${version}";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/checkpointsqlite==${src.tag}";
description = "Library with a SQLite implementation of LangGraph checkpoint saver";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite";
license = lib.licenses.mit;