From d297d90ad9b3769a561f907fbbd062ef0d4ac17e Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 2 May 2024 13:06:27 -0400 Subject: [PATCH] core[patch]: Release 0.1.49 (#21211) --- 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 2114f20d55b..d9f589ae253 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.48" +version = "0.1.49" description = "Building applications with LLMs through composability" authors = [] license = "MIT"