From b5bf2d6218c5c4fd06b6a3258a8665d0aa2b861c Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 1 May 2025 23:42:26 -0700 Subject: [PATCH] 0.3.57 (#31095) --- 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 602d2a8b3b3..d3372c2decd 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.56" +VERSION = "0.3.57" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index c3733150111..569d319c27c 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"", ] name = "langchain-core" -version = "0.3.56" +version = "0.3.57" description = "Building applications with LLMs through composability" readme = "README.md"