From 2e31bb4ba918b3fb3feb6d3dbc01c3a454ae638c Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Feb 2025 13:34:26 -0500 Subject: [PATCH] upgrade langgraph deps --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0faba35..7f931fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ dependencies = [ "langchain-anthropic>=0.3.1", "langchain-openai", "langchain-google-genai", - "langgraph>=0.2.60", + "langgraph>=0.2.70", "langgraph-checkpoint>=2.0.9", "langgraph-sdk>=0.1.48", - "langchain-core>=0.3.28", - "langchain>=0.3.13", + "langchain-core>=0.3.34", + "langchain>=0.3.18", "rich>=13.0.0", "GitPython>=3.1", "fuzzywuzzy==0.18.0",