Skip to content

Commit

Permalink
up version ragstack-ai-langflow to. 1.0.5 (#36)
Browse files Browse the repository at this point in the history
* ragstack-ai-langflow-1.0.5

* update release process
zzzming authored Jun 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8b8f86b commit dce51c5
Showing 3 changed files with 43 additions and 47 deletions.
83 changes: 38 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ langflow = "langflow.__main__:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
ragstack-ai-langflow-base = { path = "./src/backend/base", develop = true }
ragstack-ai-langflow-base = "1.0.5"
beautifulsoup4 = "^4.12.2"
google-search-results = "^2.4.1"
google-api-python-client = "^2.130.0"
5 changes: 4 additions & 1 deletion ragstack/RELEASE.md
Original file line number Diff line number Diff line change
@@ -11,10 +11,13 @@ This implies that every release of `ragstack-ai-langflow-base` will also need a
```
The script will take care of updating the version in `ragstack-ai-langflow-base` and pushing the changes to the repository. CI will automatically release the package on PyPI.

## Release `ragstack-ai-langflow`
## Pre-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.

## Release `ragstack-ai-langflow`

- Run the release script:
```shell
./ragstack/ragstack-release.sh 0.0.2 ragstack-ai-langflow

0 comments on commit dce51c5

Please sign in to comment.