From c080296bed5eb2328403be4f31d13a4ada825bfc Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:02:38 -0500 Subject: [PATCH] release: langchain-core 1.2.7 (#34678) --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index d730a735b7a..7cc6c5b84b4 100644 --- a/libs/core/langchain_core/version.py +++ b/libs/core/langchain_core/version.py @@ -1,3 +1,3 @@ """langchain-core version information and utilities.""" -VERSION = "1.2.6" +VERSION = "1.2.7" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 1c4cee197ec..f2407f1f4eb 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -9,7 +9,7 @@ license = {text = "MIT"} readme = "README.md" authors = [] -version = "1.2.6" +version = "1.2.7" requires-python = ">=3.10.0,<4.0.0" dependencies = [ "langsmith>=0.3.45,<1.0.0", diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 633b7db3e07..78e4b802e5f 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10.0, <4.0.0" resolution-markers = [ "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", @@ -983,7 +983,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.2.6" +version = "1.2.7" source = { editable = "." } dependencies = [ { name = "jsonpatch" },