fix(langchain): bump min core version and improve approximate token counting (#35026)

This commit is contained in:
ccurme
2026-02-05 09:37:25 -05:00
committed by GitHub
parent 3e3dbd9b88
commit a434f3aa08
3 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ classifiers = [
version = "1.2.9"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.8,<2.0.0",
"langchain-core>=1.2.9,<2.0.0",
"langgraph>=1.0.7,<1.1.0",
"pydantic>=2.7.4,<3.0.0",
]