python312Packages.langchain: skip bulk update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user