Commit 5610941d authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langgraph-checkpoint-sqlite: repair broken update, apply skipBulkUpdate

parent e500804b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -74,9 +74,13 @@ buildPythonPackage rec {
    "test_search"
  ];

  passthru.updateScript = gitUpdater {
  passthru = {
    # python updater script sets the wrong tag
    skipBulkUpdate = true;
    updateScript = gitUpdater {
      rev-prefix = "checkpointsqlite==";
    };
  };

  meta = {
    changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}";