python313Packages.langgraph-checkpoint: skip bulk update

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