Unverified Commit 74e51b91 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.langchain-classic: disable automatic updates (#470520)

parents 759dd736 a9a3c1de
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -104,7 +104,10 @@ buildPythonPackage rec {
  ];

  # Bulk updater selects wrong tag (there is no tag for this yet)
  passthru.skipBulkUpdate = true;
  passthru = {
    skipBulkUpdate = true;
    updateScript = false;
  };

  pythonImportsCheck = [ "langchain_classic" ];