From 3d601ffa795614435ede27044945140c99e2bfc9 Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Thu, 14 Aug 2025 16:41:15 -0400 Subject: [PATCH] chore: bump langflow version (#9402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bug: re-add NVIDIA Remix starter template (#8994) feat: add NVIDIA Remix starter template Introduced a new JSON configuration file for the NVIDIA Remix starter project, defining nodes and edges for chat input, output, and agent interactions. This setup enhances the integration of the NVIDIA RTX Remix Toolkit REST API, providing a structured approach for building chat-based applications. Co-authored-by: Gabriel Luiz Freitas Almeida * chore(release): bump to 1.5.0.post2 * bug: re-add NVIDIA Remix starter template (#8994) feat: add NVIDIA Remix starter template Introduced a new JSON configuration file for the NVIDIA Remix starter project, defining nodes and edges for chat input, output, and agent interactions. This setup enhances the integration of the NVIDIA RTX Remix Toolkit REST API, providing a structured approach for building chat-based applications. Co-authored-by: Gabriel Luiz Freitas Almeida * Bump langflow-base version to 0.5.0.post2 Updated the langflow-base package version in pyproject.toml and uv.lock to 0.5.0.post2 for release or deployment purposes. --------- Co-authored-by: Sebastián Estévez Co-authored-by: Gabriel Luiz Freitas Almeida --- pyproject.toml | 2 +- src/backend/base/pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9079c8186..cfbe32656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langflow" -version = "1.5.0.post1" +version = "1.5.0.post2" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.14" license = "MIT" diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 0fef9889e..6e406b7f0 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langflow-base" -version = "0.5.0.post1" +version = "0.5.0.post2" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.14" license = "MIT" diff --git a/uv.lock b/uv.lock index d7961afa7..78ea3aa2d 100644 --- a/uv.lock +++ b/uv.lock @@ -4827,7 +4827,7 @@ wheels = [ [[package]] name = "langflow" -version = "1.5.0.post1" +version = "1.5.0.post2" source = { editable = "." } dependencies = [ { name = "aiofile" }, @@ -5200,7 +5200,7 @@ dev = [ [[package]] name = "langflow-base" -version = "0.5.0.post1" +version = "0.5.0.post2" source = { editable = "src/backend/base" } dependencies = [ { name = "aiofile" },