From 7fb3bddf1af125c0e6bf332ec31da931697c6991 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Tue, 10 Dec 2024 01:57:14 -0800 Subject: [PATCH] core[patch]: Release 0.3.23 --- 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 af153d8b66267..ebb41501b275f 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.22" +version = "0.3.23" description = "Building applications with LLMs through composability" authors = [] license = "MIT"