From 0b51de4cabb670a6a6da255690f36424aeb24fce Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 3 Oct 2025 12:40:15 -0400 Subject: [PATCH] release(core): 0.3.78 (#33253) --- .github/workflows/_release.yml | 2 +- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 6d08c5c3445..f4c1a2e9d6e 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -431,7 +431,7 @@ jobs: git ls-remote --tags origin "langchain-${{ matrix.partner }}*" \ | awk '{print $2}' \ | sed 's|refs/tags/||' \ - | grep -E '[0-9]+\.[0-9]+\.[0-9]+$' \ + | grep -E '==0\.3\.[0-9]+$' \ | sort -Vr \ | head -n 1 )" diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 33d269d91fb..ec2e7e95a93 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.77" +VERSION = "0.3.78" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index db548271cb5..d3c1e04d1c4 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.77" +version = "0.3.78" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 7fed0723daa..ab3910870f2 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -958,7 +958,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.77" +version = "0.3.78" source = { editable = "." } dependencies = [ { name = "jsonpatch" }, @@ -1050,7 +1050,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.21" +version = "0.3.22" source = { directory = "../standard-tests" } dependencies = [ { name = "httpx" },