From 6cfd1e846a3f7369d33a77c3fb60314e3e60e202 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:15:23 -0700 Subject: [PATCH] core[patch]: Release 0.2.41 (#26687) --- 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 44bc0397874..3644435909f 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.40" +version = "0.2.41" description = "Building applications with LLMs through composability" authors = [] license = "MIT"