Skip to content

Commit 6b73d03

Browse files
committed
python313Packages.langgraph-checkpoint-postgres: skip bulk update
1 parent 9032941 commit 6b73d03

File tree

1 file changed

+3
-0
lines changed
  • pkgs/development/python-modules/langgraph-checkpoint-postgres

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ buildPythonPackage rec {
8585

8686
passthru = {
8787
updateScript = langgraph-sdk.updateScript;
88+
89+
# multiple tags confuse the bulk updater
90+
skipBulkUpdate = true;
8891
};
8992

9093
meta = {

0 commit comments

Comments
 (0)