diff --git a/pyproject.toml b/pyproject.toml index 175a2358..f7489310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ google-generativeai = "0.3.1" langchain = "0.1.13" langchain-core = "0.1.33" langchain-community = "0.0.29" -langsmith = "0.0.87" +langsmith = "0.1.17" langchain-openai = "0.0.5" faiss-cpu = "1.7.4" backoff = "2.2.1" diff --git a/requirements.txt b/requirements.txt index 3f404d8e..12c3a7a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas langchain==0.1.13 langchain-core==0.1.33 langchain-community==0.0.29 -langsmith==0.0.87 +langsmith==0.1.17 langchain-openai==0.0.5 httpx==0.24.1 Pillow==9.4.0