From 2407c353be5b9b51b0850ab4ffbe3478257c1fe5 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 30 Apr 2024 12:52:36 -0700 Subject: [PATCH] core: release 0.1.48 (#21113) --- 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 a7b0e13cc0d..2114f20d55b 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.47" +version = "0.1.48" description = "Building applications with LLMs through composability" authors = [] license = "MIT"