From 90184255f880a26cbdffd7b764deae9be3242ece Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 15 Apr 2024 15:48:34 -0700 Subject: [PATCH] core: release 0.1.43 (#20489) --- 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 0f6da1be736..95b37c3a534 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.42" +version = "0.1.43" description = "Building applications with LLMs through composability" authors = [] license = "MIT"