python312Packages.langchain: skip bulk update

This commit is contained in:
natsukium
2025-01-27 10:58:10 +01:00
committed by Martin Weinelt
parent 83578119da
commit f77d6a8143
11 changed files with 22 additions and 0 deletions
@@ -66,6 +66,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -67,6 +67,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -52,6 +52,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -98,6 +98,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
__darwinAllowLocalNetworking = true;
@@ -110,6 +110,8 @@ buildPythonPackage rec {
nix-update --commit --version-regex 'langchain-mongodb==(.*)' python3Packages.langchain-mongodb
nix-update --commit --version-regex 'langchain-openai==(.*)' python3Packages.langchain-openai
'';
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
disabledTests =
@@ -73,6 +73,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -62,6 +62,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -56,6 +56,8 @@ buildPythonPackage rec {
"--version-regex"
"langchain-ollama==(.*)"
];
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -91,6 +91,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -45,6 +45,8 @@ buildPythonPackage rec {
passthru = {
inherit (langchain-core) updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {
@@ -136,6 +136,8 @@ buildPythonPackage rec {
passthru = {
updateScript = langchain-core.updateScript;
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
meta = {