From 9ce12c859816a4272b74117b54310fd3e8a81ae4 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 25 Jul 2024 14:18:02 -0300 Subject: [PATCH] chore: bump langflow and langflow-base versions to 1.0.13 and 0.0.89 respectively (#2956) * feat(Makefile): add 'patch' target to bump the version in langflow and langflow-base * chore: bump langflow and langflow-base versions to 1.0.13 and 0.0.89 respectively --- Makefile | 7 +++++++ poetry.lock | 5 ++--- pyproject.toml | 2 +- src/backend/base/pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a1e734170..d00bb270c 100644 --- a/Makefile +++ b/Makefile @@ -339,6 +339,13 @@ ifdef main make publish_langflow endif +patch: ## bump the version in langflow and langflow-base + @echo 'Patching the version' + @poetry version patch + @echo 'Patching the version in langflow-base' + @cd src/backend/base && poetry version patch + @make lock + check_tools: ## check for required tools @command -v poetry >/dev/null 2>&1 || { echo >&2 "Poetry is not installed. Aborting."; exit 1; } @command -v npm >/dev/null 2>&1 || { echo >&2 "NPM is not installed. Aborting."; exit 1; } diff --git a/poetry.lock b/poetry.lock index a6e6594a3..0ab430b5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5010,7 +5010,7 @@ six = "*" [[package]] name = "langflow-base" -version = "0.0.88" +version = "0.0.89" description = "A Python package with a built-in web application" optional = false python-versions = ">=3.10,<3.13" @@ -6355,7 +6355,6 @@ description = "Nvidia JIT LTO Library" optional = true python-versions = ">=3" files = [ - {file = "nvidia_nvjitlink_cu12-12.5.82-py3-none-manylinux2014_aarch64.whl", hash = "sha256:98103729cc5226e13ca319a10bbf9433bbbd44ef64fe72f45f067cacc14b8d27"}, {file = "nvidia_nvjitlink_cu12-12.5.82-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f9b37bc5c8cf7509665cb6ada5aaa0ce65618f2332b7d3e78e9790511f111212"}, {file = "nvidia_nvjitlink_cu12-12.5.82-py3-none-win_amd64.whl", hash = "sha256:e782564d705ff0bf61ac3e1bf730166da66dd2fe9012f111ede5fc49b64ae697"}, ] @@ -6827,9 +6826,9 @@ files = [ [package.dependencies] numpy = [ + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" diff --git a/pyproject.toml b/pyproject.toml index a7dbcd08f..ece56c4d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "1.0.12" +version = "1.0.13" description = "A Python package with a built-in web application" authors = ["Langflow "] maintainers = [ diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 74389a210..49b2f6e2e 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow-base" -version = "0.0.88" +version = "0.0.89" description = "A Python package with a built-in web application" authors = ["Langflow "] maintainers = [