From 92bae6f94aa1b2d355157c73bc6c0de4a7af50b5 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Thu, 31 Oct 2024 10:22:07 -0700 Subject: [PATCH] core[patch]: Release 0.3.15 --- 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 402ba2c237a96..3e01a13364031 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.3.14" +version = "0.3.15" description = "Building applications with LLMs through composability" authors = [] license = "MIT"