From dd7c3eb3a4acfc834b038ec9dbde94478c66776e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 8 Apr 2026 14:15:50 -0400 Subject: [PATCH] release(core): release 1.2.28 (#36614) release 1.27.8 --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 95fc0ffff49..d0c5a4c3500 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.27" +VERSION = "1.2.28" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 378f827d5da..579dbde6fb4 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.27" +version = "1.2.28" 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 14ccca1153f..020345547f7 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'", @@ -995,7 +995,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.2.27" +version = "1.2.28" source = { editable = "." } dependencies = [ { name = "jsonpatch" }, @@ -1089,7 +1089,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "1.1.5" +version = "1.1.6" source = { directory = "../standard-tests" } dependencies = [ { name = "httpx" },