Skip to content

Commit 0bd2ff3

Browse files
committed
python313Packages.langgraph-checkpoint-sqlite: skip bulk update
1 parent 6b73d03 commit 0bd2ff3

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

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

4747
passthru = {
4848
updateScript = langgraph-sdk.updateScript;
49+
50+
# multiple tags confuse the bulk updater
51+
skipBulkUpdate = true;
4952
};
5053

5154
meta = {

0 commit comments

Comments
 (0)