From a423f7561e9eee2e211f555a71fad0e92c79e95d Mon Sep 17 00:00:00 2001 From: Qiu Qin Date: Thu, 26 Sep 2024 12:50:06 -0400 Subject: [PATCH] Update dependency and licenses. --- THIRD_PARTY_LICENSES.txt | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 197066ec8..9b138fbea 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -157,6 +157,18 @@ langchain * Source code: https://github.com/langchain-ai/langchain * Project home: https://www.langchain.com/ +langchain-community +* Copyright (c) 2023 LangChain, Inc. +* License: MIT license +* Source code: https://github.com/langchain-ai/langchain/tree/master/libs/community +* Project home: https://github.com/langchain-ai/langchain/tree/master/libs/community + +langchain-openai +* Copyright (c) 2023 LangChain, Inc. +* License: MIT license +* Source code: https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai +* Project home: https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai + lightgbm * Copyright (c) 2023 Microsoft Corporation * License: MIT license diff --git a/pyproject.toml b/pyproject.toml index cda8fc75d..f5033b7dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ pii = [ "spacy==3.6.1", "report-creator==1.0.9", ] -llm = ["langchain>=0.3", "pydantic>=2,<3", "evaluate>=0.4.0"] +llm = ["langchain>=0.3", "langchain-community", "pydantic>=2,<3", "evaluate>=0.4.0"] aqua = ["jupyter_server"] # To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is