python313Packages.langgraph-checkpoint-duckdb: skip bulk update

This commit is contained in:
Martin Weinelt
2025-02-05 23:12:34 +01:00
parent 19e0df72e0
commit 04d9a4185b
@@ -50,6 +50,9 @@ buildPythonPackage rec {
passthru = {
updateScript = langgraph-sdk.updateScript;
# multiple tags confuse the bulk updater
skipBulkUpdate = true;
};
meta = {