From 39a8a1121a4f4856b26d249688dfe0d5e7c658b3 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 20 Jun 2025 17:45:03 -0400 Subject: [PATCH] core: release 0.3.66 (#31690) --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index d8a61b50ae3..79e711657fd 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.65" +VERSION = "0.3.66" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 921dbd61627..0e42660ceed 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.65" +version = "0.3.66" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 134d188d7d7..3db37f3da25 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1,5 +1,4 @@ version = 1 -revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -944,7 +943,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.65" +version = "0.3.66" source = { editable = "." } dependencies = [ { name = "jsonpatch" },