From dd514c2781e1095d3c0e9f6c8ce1873ff5579206 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:10:09 -0400 Subject: [PATCH] bump 308 (#11383) --- 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 4fd8eb9e5d5..b269ce228df 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.307" +version = "0.0.308" description = "Building applications with LLMs through composability" authors = [] license = "MIT"