From 70677202c7e0b7d94f1d57a7214e017a7ca5b418 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:36:56 -0700 Subject: [PATCH] core[patch]: Release 0.2.29rc1 (#25115) --- 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 6b770eb277..2e44a1528f 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.28" +version = "0.2.29rc1" description = "Building applications with LLMs through composability" authors = [] license = "MIT"