From 241774012afe45fe952572b3d7127fcb917710dc Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:50:48 -0700 Subject: [PATCH] core[patch]: Release 0.1.34 (#19609) Co-authored-by: Eugene Yurtsev --- 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 7f476fca7ff..f72d5ccc00c 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.33" +version = "0.1.34" description = "Building applications with LLMs through composability" authors = [] license = "MIT"