From ef0d1af289fa73be3807fd86bc3b78a5c4ea48da Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:58:12 -0700 Subject: [PATCH] Use lc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9d4251..4cc9080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "anthropic>=0.34.2", + "langchain-anthropic>=0.2.0", "langgraph>=0.2.6", "python-dotenv>=1.0.1", ]