python313Packages.langgraph-checkpoint-sqlite: skip bulk update

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