release(langchain): 1.2.10 (#35137)

This commit is contained in:
ccurme
2026-02-10 09:53:54 -05:00
committed by GitHub
parent f41e049333
commit 74dffca3d8
3 changed files with 8 additions and 8 deletions

View File

@@ -21,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.9"
version = "1.2.10"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.9,<2.0.0",
"langgraph>=1.0.7,<1.1.0",
"langchain-core>=1.2.10,<2.0.0",
"langgraph>=1.0.8,<1.1.0",
"pydantic>=2.7.4,<3.0.0",
]