release(langchain_v1): 1.2.11 (#35723)

This commit is contained in:
Sydney Runkle
2026-03-10 15:38:33 -04:00
committed by GitHub
parent cb50fed2bb
commit 057c484ba2
4 changed files with 20 additions and 20 deletions

View File

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