python313Packages.langgraph-sdk: skip bulk update

This commit is contained in:
Robert Schütz
2025-02-06 21:51:43 -08:00
parent f4b8df618b
commit 516f5681ae
@@ -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 = {