Skip to content

Commit 4c70a5c

Browse files
committed
feat: add langchain-aws dependency for enhanced functionality
1 parent ad869bc commit 4c70a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"langchain-huggingface==0.3.1",
3030
"langchain-ollama==0.3.10",
3131
"langchain_core==0.3.80",
32+
"langchain-aws>=0.2.28",
3233
"langgraph==0.5.3",
3334
"torch==2.8.0",
3435
"sentence-transformers==5.0.0",
@@ -58,7 +59,7 @@ dependencies = [
5859
"websockets==15.0.1",
5960
"pylint==3.3.7",
6061
"cohere==5.17.0",
61-
"jsonpath-ng==1.7.0"
62+
"jsonpath-ng==1.7.0",
6263
]
6364

6465
[tool.uv]

0 commit comments

Comments
 (0)