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

python313Packages.langgraph-checkpoint-postgres: skip bulk update

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

  passthru = {
    updateScript = langgraph-sdk.updateScript;

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

  meta = {