From 08c10bd66a93ca16b930ca2d7d7775c053241bbf Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sun, 31 Mar 2024 14:50:39 -0700 Subject: [PATCH] core[patch]: Release 0.1.37 (#19831) --- 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 5bd1b13c22..e6d8a626c0 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.36" +version = "0.1.37" description = "Building applications with LLMs through composability" authors = [] license = "MIT"