From bba04da32b9131c36796978469154ba8b3d3a11a Mon Sep 17 00:00:00 2001 From: Nick Hollon Date: Tue, 5 May 2026 16:20:00 -0400 Subject: [PATCH] release(core): 0.3.85 (#37205) --- 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 e95bee1fefb..8ea52083a86 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.84" +VERSION = "0.3.85" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 83888bc4a06..65eb69fd42a 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "uuid-utils>=0.12.0,<1.0", ] name = "langchain-core" -version = "0.3.84" +version = "0.3.85" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index d8771c7af58..695ed9d7d29 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -958,7 +958,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.84" +version = "0.3.85" source = { editable = "." } dependencies = [ { name = "jsonpatch" },