From 6dc06da1bb2f3781844895c259a67e40bc598f19 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 22 Dec 2025 18:42:31 -0600 Subject: [PATCH] release(core): 0.3.81 (#34459) --- libs/core/langchain_core/version.py | 2 +- libs/core/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 03d66ec6961..5be79d5b888 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.80" +VERSION = "0.3.81" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 14456223824..7892b6262a0 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.80" +version = "0.3.81" description = "Building applications with LLMs through composability" readme = "README.md"