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

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -2125,7 +2125,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.8"
version = "1.2.9"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },