summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-01-19 21:16:12 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-01-27 10:55:53 +0100
commit91c51394d899a644a503f457cdd67368b223707b (patch)
tree86498d85bded7085570680d1bed2ac2c6de5407d /pkgs/development/python-modules
parent8a026a0e339f2a5ad501509add3dfb8067f7bf0b (diff)
python3Packages.langgraph-checkpoint-duckdb: 2.0.1 -> 2.0.13
https://github.com/langchain-ai/langgraph/releases/tag/checkpointduckdb==checkpointpostgres==2.0.13
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix
index 042960f107fe..73e6869a9008 100644
--- a/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix
+++ b/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-duckdb";
- version = "2.0.1";
+ version = "2.0.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
- tag = "checkpointduckdb==${version}";
- hash = "sha256-wSrlFBfTcTgyE46uwv9GCyxRT1xVafgWyP2g87KUTAU=";
+ tag = "checkpointpostgres==${version}";
+ hash = "sha256-Vz2ZoikEZuMvt3j9tvBIcXCwWSrCV8MI7x9PIHodl8Y=";
};
sourceRoot = "${src.name}/libs/checkpoint-duckdb";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
};
meta = {
- changelog = "https://github.com/langchain-ai/langgraph/releases/tag/checkpointduckdb==${version}";
+ changelog = "https://github.com/langchain-ai/langgraph/releases/tag/checkpointduckdb==${src.tag}";
description = "Library with a DuckDB implementation of LangGraph checkpoint saver";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-duckdb";
license = lib.licenses.mit;