From e09699298428d1a2e23193e4074f9c9a99413c1c Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 8 Jun 2026 14:16:11 -0400 Subject: [PATCH] release(core): 1.4.2 (#37968) --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 6cccd6e6eab..81c8de54d92 100644 --- a/libs/core/langchain_core/version.py +++ b/libs/core/langchain_core/version.py @@ -1,3 +1,3 @@ """Version information for `langchain-core`.""" -VERSION = "1.4.1" +VERSION = "1.4.2" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 458cd17ca08..7654bf7c25a 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "1.4.1" +version = "1.4.2" 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 ef1e8e01e28..3031481a526 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -995,7 +995,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.4.1" +version = "1.4.2" source = { editable = "." } dependencies = [ { name = "jsonpatch" },