From e64549fee6b36634745244cd6bc90f3714be5496 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Mon, 18 Dec 2023 16:11:18 -0500 Subject: [PATCH] langchain[patch]: Release 0.0.351 --- libs/langchain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index ed6116afc9fa6..034c2a90efb67 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.350" +version = "0.0.351" description = "Building applications with LLMs through composability" authors = [] license = "MIT"