release(core): 1.2.11 (#35144)

This commit is contained in:
ccurme
2026-02-10 15:31:35 -05:00
committed by GitHub
parent 2b4b1dc29a
commit 524e1dab5e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "1.2.10"
VERSION = "1.2.11"

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.10"
version = "1.2.11"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",

4
libs/core/uv.lock generated
View File

@@ -992,7 +992,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.10"
version = "1.2.11"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },
@@ -1086,7 +1086,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.1.4"
version = "1.1.5"
source = { directory = "../standard-tests" }
dependencies = [
{ name = "httpx" },