release(core): 1.2.10 (#35136)

This commit is contained in:
ccurme
2026-02-10 09:40:26 -05:00
committed by GitHub
parent de05838fca
commit f41e049333
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

4
libs/core/uv.lock generated
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'",
@@ -992,7 +992,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.9"
version = "1.2.10"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },