From f5de1e55b441b4b972a282ea12262319349be74c Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 25 Feb 2025 17:41:08 -0500 Subject: [PATCH] update deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d22d93..e0d7855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,9 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules" ] dependencies = [ - "langchain-anthropic>=0.3.7", + "langchain-anthropic>=0.3.8", "langchain-openai>=0.3.7", - "langchain-google-genai>=2.0.10", + "langchain-google-genai>=2.0.11", "langgraph>=0.2.74", "langgraph-checkpoint>=2.0.16", "langchain-core>=0.3.39",