Skip to content

Commit a423f75

Browse files
committed
Update dependency and licenses.
1 parent f6a5248 commit a423f75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,18 @@ langchain
157157
* Source code: https://github.com/langchain-ai/langchain
158158
* Project home: https://www.langchain.com/
159159

160+
langchain-community
161+
* Copyright (c) 2023 LangChain, Inc.
162+
* License: MIT license
163+
* Source code: https://github.com/langchain-ai/langchain/tree/master/libs/community
164+
* Project home: https://github.com/langchain-ai/langchain/tree/master/libs/community
165+
166+
langchain-openai
167+
* Copyright (c) 2023 LangChain, Inc.
168+
* License: MIT license
169+
* Source code: https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai
170+
* Project home: https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai
171+
160172
lightgbm
161173
* Copyright (c) 2023 Microsoft Corporation
162174
* License: MIT license

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pii = [
202202
"spacy==3.6.1",
203203
"report-creator==1.0.9",
204204
]
205-
llm = ["langchain>=0.3", "pydantic>=2,<3", "evaluate>=0.4.0"]
205+
llm = ["langchain>=0.3", "langchain-community", "pydantic>=2,<3", "evaluate>=0.4.0"]
206206
aqua = ["jupyter_server"]
207207

208208
# To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is

0 commit comments

Comments
 (0)