From 04d9a4185bce5907f1e332a1ea2339b3586543e4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 5 Feb 2025 23:12:34 +0100 Subject: [PATCH] python313Packages.langgraph-checkpoint-duckdb: skip bulk update --- .../python-modules/langgraph-checkpoint-duckdb/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix index 042960f107fe..a140a10b74ab 100644 --- a/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix +++ b/pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix @@ -50,6 +50,9 @@ buildPythonPackage rec { passthru = { updateScript = langgraph-sdk.updateScript; + + # multiple tags confuse the bulk updater + skipBulkUpdate = true; }; meta = {