Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump base to 0.0.6 #20

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions ragstack/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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%
Expand Down