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

release(ragbits-core): update to v0.3.0 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions packages/ragbits-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

## Unreleased

## 0.3.0 (2024-10-23)

### Changed

- ragbits-core updated to version v0.3.0

### Added

- Some new feature.
4 changes: 2 additions & 2 deletions packages/ragbits-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-cli"
version = "0.2.3"
version = "0.3.0"
description = "A CLI application for ragbits - building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
@@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["typer>=0.12.5", "ragbits-core==0.2.0"]
dependencies = ["typer>=0.12.5", "ragbits-core==0.3.0"]

[project.scripts]
ragbits = "ragbits.cli:main"
2 changes: 2 additions & 0 deletions packages/ragbits-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## Unreleased

## 0.3.0 (2024-10-23)

### Added

- Some new feature.
2 changes: 1 addition & 1 deletion packages/ragbits-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-core"
version = "0.2.0"
version = "0.3.0"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
6 changes: 6 additions & 0 deletions packages/ragbits-document-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

## Unreleased

## 1.1.0 (2024-10-23)

### Changed

- ragbits-core updated to version v0.3.0

### Added

- Some new feature.
4 changes: 2 additions & 2 deletions packages/ragbits-document-search/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-document-search"
version = "1.0.0"
version = "1.1.0"
description = "Document Search module for Ragbits"
readme = "README.md"
requires-python = ">=3.10"
@@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["numpy~=1.24.0", "unstructured>=0.15.13", "unstructured-client>=0.26.0", "ragbits-core==0.2.0"]
dependencies = ["numpy~=1.24.0", "unstructured>=0.15.13", "unstructured-client>=0.26.0", "ragbits-core==0.3.0"]

[project.optional-dependencies]
gcs = [
8 changes: 8 additions & 0 deletions packages/ragbits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@

## Unreleased

## 1.1.0 (2024-10-23)

### Changed

- ragbits-cli updated to version v0.3.0
- ragbits-document-search updated to version v1.1.0
- ragbits-core updated to version v0.3.0

### Added

- Some new feature.
4 changes: 2 additions & 2 deletions packages/ragbits/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits"
version = "1.0.3"
version = "1.1.0"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
@@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-document-search==1.0.0", "ragbits-cli==0.2.3", "ragbits-core==0.2.0"]
dependencies = ["ragbits-document-search==1.1.0", "ragbits-cli==0.3.0", "ragbits-core==0.3.0"]

[build-system]
requires = ["hatchling"]