Commit bc72db39 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langgraph-checkpoint: apply skipBulkUpdate

parent bd7c3672
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -63,9 +63,13 @@ buildPythonPackage rec {
    "test_embed_with_path"
  ];

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

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