From f49feef92b62304b233cd3d5aaf5a055f2b44c5d Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 28 Jan 2025 11:02:23 -0300 Subject: [PATCH] chore: Bump langflow and langflow-base versions (#5972) chore: bump langflow and langflow-base to version 1.1.3 --- pyproject.toml | 4 ++-- src/backend/base/pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a20fb72827c0..c43e64a19726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "langflow" -version = "1.1.2" +version = "1.1.3" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.13" license = "MIT" @@ -19,7 +19,7 @@ maintainers = [ ] # Define your main dependencies here dependencies = [ - "langflow-base==0.1.2", + "langflow-base==0.1.3", "beautifulsoup4==4.12.3", "google-search-results>=2.4.1,<3.0.0", "google-api-python-client==2.154.0", diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 0a7888084fbe..969e2c2a3fcb 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langflow-base" -version = "0.1.2" +version = "0.1.3" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.13" license = "MIT" diff --git a/uv.lock b/uv.lock index 3cec1ffdad99..6b366bf30322 100644 --- a/uv.lock +++ b/uv.lock @@ -3789,7 +3789,7 @@ wheels = [ [[package]] name = "langflow" -version = "1.1.2" +version = "1.1.3" source = { editable = "." } dependencies = [ { name = "ag2" }, @@ -4091,7 +4091,7 @@ dev = [ [[package]] name = "langflow-base" -version = "0.1.2" +version = "0.1.3" source = { editable = "src/backend/base" } dependencies = [ { name = "aiofile" },