From 930aa6073ed4e98c5974eb8f7e01935cefcb771a Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 27 May 2025 12:52:09 -0400 Subject: [PATCH] core: release 0.3.62 (#31376) --- 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 a095fb28d33..54116708403 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 = "0.3.61" +VERSION = "0.3.62" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index e861d1802cd..11dad3c054a 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic>=2.7.4", ] name = "langchain-core" -version = "0.3.61" +version = "0.3.62" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 756d911fc1d..68860883e53 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -935,7 +935,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.61" +version = "0.3.62" source = { editable = "." } dependencies = [ { name = "jsonpatch" },