Commit 0bd2ff33 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.langgraph-checkpoint-sqlite: skip bulk update

parent 6b73d037
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ buildPythonPackage rec {

  passthru = {
    updateScript = langgraph-sdk.updateScript;

    # multiple tags confuse the bulk updater
    skipBulkUpdate = true;
  };

  meta = {