From dd07eddf241264c7b13e2edaf36468fe380074b9 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:37:08 -0800 Subject: [PATCH] core[patch]: Release 0.1.29 (#18530) --- 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 0411a399e9f..6fcc4a721f1 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.28" +version = "0.1.29" description = "Building applications with LLMs through composability" authors = [] license = "MIT"