From af0e174ef7bc4ee7c7870b2b0aed442c9241199a Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 16 Apr 2026 15:37:28 -0400 Subject: [PATCH] release(core): 1.3.0a3 (#36829) release 1.3.0a3 --- 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 20e2d14d071..c915ab928fc 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.3.0a2" +VERSION = "1.3.0a3" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index a5b412746c4..38dffd4675f 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "1.3.0a2" +version = "1.3.0a3" 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 49e83e09e8d..81be59128e3 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -995,7 +995,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.3.0a2" +version = "1.3.0a3" source = { editable = "." } dependencies = [ { name = "jsonpatch" },