From 7ccff656eb4e8730583e3690fca4891b70d6b037 Mon Sep 17 00:00:00 2001 From: ccurme Date: Wed, 1 Oct 2025 10:24:07 -0400 Subject: [PATCH] release(core): 0.3.77 (#33185) --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 460f7ea870e..33d269d91fb 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.76" +VERSION = "0.3.77" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index d915c917b89..db548271cb5 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic>=2.7.4,<3.0.0", ] name = "langchain-core" -version = "0.3.76" +version = "0.3.77" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 659c126b4f8..7fed0723daa 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9.0, <4.0.0" resolution-markers = [ "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", @@ -958,7 +958,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.76" +version = "0.3.77" source = { editable = "." } dependencies = [ { name = "jsonpatch" },