From ec8ffc8f40bc10fa7dd1c1ff08e49a847609587f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:56:56 -0700 Subject: [PATCH] core[patch]: Release 0.2.32 (#25420) --- libs/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index a0383ad24f..9c2f556fc4 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-core" -version = "0.2.31" +version = "0.2.32" description = "Building applications with LLMs through composability" authors = [] license = "MIT"