From 628574b9c28b13c278d1b26f0cb1d1f6a3e625c1 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:26:51 -0700 Subject: [PATCH] core[patch]: Release 0.2.34 (#25622) --- 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 b2e19e7563f..c420a5265a2 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.33" +version = "0.2.34" description = "Building applications with LLMs through composability" authors = [] license = "MIT"