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

python313Packages.langgraph-checkpoint: skip bulk update

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

  passthru = {
    updateScript = langgraph-sdk.updateScript;

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

  meta = {