diff --git a/pyproject.toml b/pyproject.toml index bd5a75fbe..dc88792be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "langchain-huggingface==0.3.1", "langchain-ollama==0.3.10", "langchain_core==0.3.80", + "langchain-aws>=0.2.28", "langgraph==0.5.3", "torch==2.8.0", "sentence-transformers==5.0.0", @@ -58,7 +59,7 @@ dependencies = [ "websockets==15.0.1", "pylint==3.3.7", "cohere==5.17.0", - "jsonpath-ng==1.7.0" + "jsonpath-ng==1.7.0", ] [tool.uv]