From 6b73d0375f4e8ff0288f4295d375bacddb1240ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 6 Feb 2025 21:53:27 -0800 Subject: [PATCH] python313Packages.langgraph-checkpoint-postgres: skip bulk update --- .../python-modules/langgraph-checkpoint-postgres/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix index b5e0bb176e0e..a9ad0c18e686 100644 --- a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +++ b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix @@ -85,6 +85,9 @@ buildPythonPackage rec { passthru = { updateScript = langgraph-sdk.updateScript; + + # multiple tags confuse the bulk updater + skipBulkUpdate = true; }; meta = {