From 516f5681aebc7d29279608dd53ce7fc40408a3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 6 Feb 2025 21:51:43 -0800 Subject: [PATCH] python313Packages.langgraph-sdk: skip bulk update --- pkgs/development/python-modules/langgraph-sdk/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/langgraph-sdk/default.nix b/pkgs/development/python-modules/langgraph-sdk/default.nix index 696030652f99..beadf9aedf71 100644 --- a/pkgs/development/python-modules/langgraph-sdk/default.nix +++ b/pkgs/development/python-modules/langgraph-sdk/default.nix @@ -54,6 +54,9 @@ buildPythonPackage rec { nix-update --commit --version-regex 'checkpointpostgres==(.*)' python3Packages.langgraph-checkpoint-postgres nix-update --commit --version-regex 'checkpointsqlite==(.*)' python3Packages.langgraph-checkpoint-sqlite ''; + + # multiple tags confuse the bulk updater + skipBulkUpdate = true; }; meta = {