From 8b5662473f4c7daeef1ad7dbbb95b758acbfcd43 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:27:31 -0700 Subject: [PATCH] bump 286 (#10412) --- 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 1851b018df8..ac8f5c45df5 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.285" +version = "0.0.286" description = "Building applications with LLMs through composability" authors = [] license = "MIT"