From 283cb50ea69d03d082db5607b68f6d13aa4e65a1 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:54:48 -0700 Subject: [PATCH] core[patch]: Release 0.2.42 (#27763) --- 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 3644435909fce..8ace02afae589 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.41" +version = "0.2.42" description = "Building applications with LLMs through composability" authors = [] license = "MIT"