From 64864041168606535dfbd39055c0dca3dd61b5ba Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 7 Apr 2026 10:52:46 -0400 Subject: [PATCH] release(core): 1.2.27 (#36586) --- 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 6a04196d581..95fc0ffff49 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.26" +VERSION = "1.2.27" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 2dffd4784d7..378f827d5da 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "1.2.26" +version = "1.2.27" 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 c60bba5070a..14ccca1153f 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -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'", @@ -995,7 +995,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.2.26" +version = "1.2.27" source = { editable = "." } dependencies = [ { name = "jsonpatch" },