python312Packages.langchain-*: remove wrong updateScripts

This commit is contained in:
natsukium 2024-08-21 10:12:05 +09:00
parent eda964068a
commit 714840e400
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 0 additions and 16 deletions

View File

@ -62,10 +62,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "langchain_azure_dynamic_sessions" ];
passthru = {
updateScript = langchain-core.updateScript;
};
meta = {
description = "Integration package connecting Azure Container Apps dynamic sessions and LangChain";
homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/azure-dynamic-sessions";

View File

@ -66,10 +66,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "langchain_huggingface" ];
passthru = {
updateScript = langchain-core.updateScript;
};
meta = {
changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-huggingface==${version}";
description = "An integration package connecting Huggingface related classes and LangChain";

View File

@ -62,10 +62,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "langchain_mongodb" ];
passthru = {
updateScript = langchain-core.updateScript;
};
meta = {
changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-mongodb==${version}";
description = "Integration package connecting MongoDB and LangChain";

View File

@ -84,10 +84,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "langchain_openai" ];
passthru = {
updateScript = langchain-core.updateScript;
};
meta = {
changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-openai==${version}";
description = "Integration package connecting OpenAI and LangChain";