From a5079b39f30132cfc801eb03be66c5ae7a5392c8 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 16 Jun 2023 19:23:33 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20chore(pyproject.toml):=20increas?= =?UTF-8?q?e=20package=20version=20from=200.0.88=20to=200.1.0=20The=20lang?= =?UTF-8?q?chain=20dependency=20was=20updated=20to=20version=200.0.202=20t?= =?UTF-8?q?o=20ensure=20compatibility=20with=20the=20latest=20version=20of?= =?UTF-8?q?=20the=20package.=20The=20package=20version=20was=20increased?= =?UTF-8?q?=20from=200.0.88=20to=200.1.0=20to=20reflect=20the=20addition?= =?UTF-8?q?=20of=20new=20features=20and=20improvements.=20=F0=9F=94=BC=20c?= =?UTF-8?q?hore(pyproject.toml):=20update=20langchain=20dependency=20to=20?= =?UTF-8?q?version=200.0.202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68d267476..dcba70787 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2385,14 +2385,14 @@ test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"] [[package]] name = "langchain" -version = "0.0.200" +version = "0.0.202" description = "Building applications with LLMs through composability" category = "main" optional = false python-versions = ">=3.8.1,<4.0" files = [ - {file = "langchain-0.0.200-py3-none-any.whl", hash = "sha256:f1567c52991e375ab1e41354587c54a931cf84e8e1a6427b380320825ec9390e"}, - {file = "langchain-0.0.200.tar.gz", hash = "sha256:31c535deb45049d17aea3370de4ac5e21452ffb8b5e1a73a7ec477600b9e3b74"}, + {file = "langchain-0.0.202-py3-none-any.whl", hash = "sha256:63ef3dba8df4326579aea30e8a209d8cb6cd199b8bd91f4eaf470c3f79ed5a57"}, + {file = "langchain-0.0.202.tar.gz", hash = "sha256:25f61952afe6c47e9eb4be8d6f23edf14a7a2dfa0ab74512f809a49bf34ef8e4"}, ] [package.dependencies] @@ -6426,4 +6426,4 @@ deploy = ["langchain-serve"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "701aef468eb1b5c85068dd62bd36a81b0e4a9af9ce5697a0d683cb60121424f0" +content-hash = "c9284c917f124a3bd4bc4ea9f63932d4c91c6c558ee04c871aaab6b82b77bd2c" diff --git a/pyproject.toml b/pyproject.toml index 1e3b97496..fbf640477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "langflow" -version = "0.0.88" +version = "0.1.0" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [ + "Cristhian Zanforlin ", "Gabriel Almeida ", - "Ibis Prevedello ", + "Gustavo Schaedler ", "Lucas Eduoli ", "Otávio Anovazzi ", ] @@ -29,7 +30,7 @@ google-search-results = "^2.4.1" google-api-python-client = "^2.79.0" typer = "^0.7.0" gunicorn = "^20.1.0" -langchain = "^0.0.200" +langchain = "^0.0.202" openai = "^0.27.8" types-pyyaml = "^6.0.12.8" pandas = "^1.5.3"