From 7fa4dc593fd75051596f950e5edd7817f2ad8518 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:13:33 -0800 Subject: [PATCH] core[patch]: Release 0.1.22 (#17274) --- 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 12b241f5f9e9f..6a639b763b8a2 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.21" +version = "0.1.22" description = "Building applications with LLMs through composability" authors = [] license = "MIT"