From dbebe2ca97076d503e40612ffbe999bbf4385ee4 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 26 Aug 2025 12:12:03 -0300 Subject: [PATCH] release(core): 0.3.75 (#32693) --- 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 f65e4f6a645..c5f801c8ba0 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.74" +VERSION = "0.3.75" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index d643514e77c..14b8bfbaa2e 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.74" +version = "0.3.75" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 3de938c73ba..c6098300370 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" resolution-markers = [ "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", @@ -1040,7 +1040,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.74" +version = "0.3.75" source = { editable = "." } dependencies = [ { name = "jsonpatch" },