From c7f1962f73031db8dff3017f390bebfa3ec91b37 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:54:03 -0700 Subject: [PATCH] core[patch]: Release 0.1.35 (#19660) --- 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 f72d5ccc00c..7a00f9ced33 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.34" +version = "0.1.35" description = "Building applications with LLMs through composability" authors = [] license = "MIT"