From a565868651e5a5caf973d6aecbf0ae7184fcd41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 31 May 2024 14:36:10 +0200 Subject: [PATCH] bump base to 0.0.6 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- ragstack/RELEASE.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30fb062a46f1..9a0b2faa12d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7646,7 +7646,7 @@ nvidia = ["langchain-nvidia-ai-endpoints (==0.0.9)"] [[package]] name = "ragstack-ai-langflow-base" -version = "0.0.5" +version = "0.0.6" description = "RAGStack Langflow base" optional = false python-versions = ">=3.10,<3.13" @@ -10453,4 +10453,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "53e97484aef8b00571f4fce8e1d262a5aed055dd68310f60e34d3fb4d462143d" +content-hash = "cd82229fc3595e1ed794c8d4c44a3520df3cac2d07ea1a1a72c5f4b7e6c97d81" diff --git a/pyproject.toml b/pyproject.toml index 0f547d56f872..560c731aa281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ langflow = "langflow.__main__:main" [tool.poetry.dependencies] python = ">=3.10,<3.13" -ragstack-ai-langflow-base = "0.0.5" +ragstack-ai-langflow-base = "0.0.6" beautifulsoup4 = "^4.12.2" google-search-results = "^2.4.1" google-api-python-client = "^2.130.0" diff --git a/ragstack/RELEASE.md b/ragstack/RELEASE.md index 5f578bdf0b17..55d580859bfc 100644 --- a/ragstack/RELEASE.md +++ b/ragstack/RELEASE.md @@ -13,8 +13,8 @@ This implies that every release of `ragstack-ai-langflow-base` will also need a ## Release `ragstack-ai-langflow` -- Update the `ragstack-ai-langflow-base` version under the `[ttol.poetry.dependencies]` in the `pyproject.toml` file. -- Run `poetry lock` and open a PR to trigger the tests. Once merged, proceed with the next steps. +- Update the `ragstack-ai-langflow-base` version under the `[tool.poetry.dependencies]` in the `pyproject.toml` file. +- Run `poetry lock --no-update` and open a PR to trigger the tests. Once merged, proceed with the next steps. - Run the release script: ```shell ./ragstack/ragstack-release.sh 0.0.2 ragstack-ai-langflow @@ -23,7 +23,7 @@ This implies that every release of `ragstack-ai-langflow-base` will also need a ### Error -You can re-run the the release job for this error. It's because the size of the package sometime cannot be uploaded properly. +You can re-run the release job for this error. It's because the size of the package sometime cannot be uploaded properly. ``` - Uploading ragstack_ai_langflow-0.0.5-py3-none-any.whl 100%