From ef83859d710732613d4715a4b78b31d66720277c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 3 Oct 2023 21:41:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20update?= =?UTF-8?q?=20package=20version=20to=200.5.0a7=20for=20langflow=20?= =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20update=20langchain=20de?= =?UTF-8?q?pendency=20to=20version=200.0.306=20for=20compatibility=20impro?= =?UTF-8?q?vements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17f97b2ce..a0e687551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.5.0a6" +version = "0.5.0a7" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [ @@ -33,7 +33,7 @@ google-search-results = "^2.4.1" google-api-python-client = "^2.79.0" typer = "^0.9.0" gunicorn = "^21.2.0" -langchain = "^0.0.303" +langchain = "^0.0.306" openai = "^0.27.8" pandas = "2.0.3" chromadb = "^0.3.21"