chore(langchain): use latest core (#32720)

This commit is contained in:
Sydney Runkle
2025-08-27 14:06:07 -04:00
committed by GitHub
parent 806bc593ab
commit d6e618258f

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = [
"langchain-core<1.0.0,>=0.3.66",
"langchain-core<1.0.0,>=0.3.75",
"langchain-text-splitters<1.0.0,>=0.3.8",
"langgraph>=0.6.0",
"pydantic>=2.7.4",