Commit 1d514510 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langchain*: re-enable bulk updates

parent 9d428546
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -74,8 +74,6 @@ buildPythonPackage rec {
      "^langchain-aws==([0-9.]+)$"
    ];
  };
  # updates the wrong fetcher rev attribute
  passthru.skipBulkUpdate = true;

  meta = {
    changelog = "https://github.com/langchain-ai/langchain-aws/releases/tag/v${version}";
+0 −2
Original line number Diff line number Diff line
@@ -78,8 +78,6 @@ buildPythonPackage rec {
      "^langchain-azure-dynamic-sessions==([0-9.]+)$"
    ];
  };
  # updates the wrong fetcher rev attribute
  passthru.skipBulkUpdate = true;

  meta = {
    description = "Integration package connecting Azure Container Apps dynamic sessions and LangChain";
+0 −2
Original line number Diff line number Diff line
@@ -62,8 +62,6 @@ buildPythonPackage rec {
      "^langchain-chroma==([0-9.]+)$"
    ];
  };
  # updates the wrong fetcher rev attribute
  passthru.skipBulkUpdate = true;

  meta = {
    changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-chroma==${version}";
+0 −2
Original line number Diff line number Diff line
@@ -128,8 +128,6 @@ buildPythonPackage rec {
      "^langchain-community==(.*)"
    ];
  };
  # updates the wrong fetcher rev attribute
  passthru.skipBulkUpdate = true;

  meta = {
    changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-community==${version}";
+0 −2
Original line number Diff line number Diff line
@@ -101,8 +101,6 @@ buildPythonPackage rec {
        "^langchain-core==([0-9.]+)$"
      ];
    };
    # updates the wrong fetcher rev attribute
    skipBulkUpdate = true;
  };

  disabledTests =
Loading