upgrade langchain/langgraph deps

This commit is contained in:
AI Christianson 2025-03-08 07:57:50 -05:00
parent e49cce301f
commit 4a63946df5
1 changed files with 7 additions and 7 deletions

View File

@ -22,14 +22,14 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules" "Topic :: Software Development :: Libraries :: Python Modules"
] ]
dependencies = [ dependencies = [
"langchain-anthropic>=0.3.8", "langchain-anthropic>=0.3.9",
"langchain-openai>=0.3.7", "langchain-openai>=0.3.8",
"langchain-google-genai>=2.0.11", "langchain-google-genai>=2.0.11",
"langgraph>=0.2.74", "langgraph>=0.3.5",
"langgraph-checkpoint>=2.0.16", "langgraph-checkpoint>=2.0.18",
"langchain-core>=0.3.40", "langchain-core>=0.3.5",
"langgraph-prebuilt>=0.1.0", "langgraph-prebuilt>=0.1.2",
"langchain>=0.3.19", "langchain>=0.3.5",
"rich>=13.0.0", "rich>=13.0.0",
"GitPython>=3.1", "GitPython>=3.1",
"fuzzywuzzy==0.18.0", "fuzzywuzzy==0.18.0",