python313Packages.langgraph-checkpoint-postgres: skip bulk update

This commit is contained in:
Robert Schütz
2025-02-06 21:53:27 -08:00
parent 903294155d
commit 6b73d0375f
@@ -85,6 +85,9 @@ buildPythonPackage rec {
passthru = {
updateScript = langgraph-sdk.updateScript;
# multiple tags confuse the bulk updater
skipBulkUpdate = true;
};
meta = {