Skip to content

release(ragbits-core): update to v0.19.1 #585

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

Merged
merged 1 commit into from
May 27, 2025
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
6 changes: 6 additions & 0 deletions packages/ragbits-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-agents/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-agents"
version = "0.19.0"
version = "0.19.1"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-core==0.19.0"]
dependencies = ["ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

- fix: dont import all persistence strategies in base file (#584)

## 0.19.0 (2025-05-27)
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-chat/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-chat"
version = "0.19.0"
version = "0.19.1"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["fastapi>=0.115.0,<1.0.0", "uvicorn>=0.31.0,<1.0.0", "ragbits-core==0.19.0"]
dependencies = ["fastapi>=0.115.0,<1.0.0", "uvicorn>=0.31.0,<1.0.0", "ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
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.19.0"
version = "0.19.1"
description = "A CLI application for ragbits - building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==0.19.0"]
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
2 changes: 2 additions & 0 deletions packages/ragbits-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.19.1 (2025-05-27)

## 0.19.0 (2025-05-27)

- rename typevars InputT and OutputT to PromptInputT and PromptOutputT (#569)
Expand Down
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.19.0"
version = "0.19.1"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-document-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
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 = "0.19.0"
version = "0.19.1"
description = "Document Search module for Ragbits"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "rerankers>=0.6.1", "filetype>=1.2.0,<2.0.0", "ragbits-core==0.19.0"]
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "rerankers>=0.6.1", "filetype>=1.2.0,<2.0.0", "ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-evaluate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-evaluate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-evaluate"
version = "0.19.0"
version = "0.19.1"
description = "Evaluation module for Ragbits components"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["hydra-core>=1.3.2,<2.0.0", "neptune[optuna]>=1.12.0,<2.0.0", "optuna>=4.0.0,<5.0.0", "distilabel>=1.4.1,<2.0.0", "datasets>=3.0.1,<4.0.0", "ragbits-core==0.19.0"]
dependencies = ["hydra-core>=1.3.2,<2.0.0", "neptune[optuna]>=1.12.0,<2.0.0", "optuna>=4.0.0,<5.0.0", "distilabel>=1.4.1,<2.0.0", "datasets>=3.0.1,<4.0.0", "ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-guardrails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-guardrails/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-guardrails"
version = "0.19.0"
version = "0.19.1"
description = "Guardrails module for Ragbits components"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-core==0.19.0"]
dependencies = ["ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
11 changes: 11 additions & 0 deletions packages/ragbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## 0.19.1 (2025-05-27)

### Changed

- ragbits-chat updated to version v0.19.1
- ragbits-cli updated to version v0.19.1
- ragbits-document-search updated to version v0.19.1
- ragbits-evaluate updated to version v0.19.1
- ragbits-guardrails updated to version v0.19.1
- ragbits-core updated to version v0.19.1

## 0.19.0 (2025-05-27)

### Changed
Expand Down
7 changes: 5 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 = "0.19.0"
version = "0.19.1"
description = "Building blocks for rapid development of GenAI applications"
dynamic = ["readme"]
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-document-search==0.19.0", "ragbits-cli==0.19.0", "ragbits-evaluate==0.19.0", "ragbits-guardrails==0.19.0", "ragbits-chat==0.19.0", "ragbits-core==0.19.0"]
dependencies = ["ragbits-document-search==0.19.1", "ragbits-cli==0.19.1", "ragbits-evaluate==0.19.1", "ragbits-guardrails==0.19.1", "ragbits-chat==0.19.1", "ragbits-core==0.19.1"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down Expand Up @@ -93,6 +93,9 @@ ray = [
docling = [
"docling>=2.15.1,<3.0.0",
]
sql = [
"sqlalchemy>=2.0.39,<3.0.0",
]

[build-system]
requires = ["hatchling", "hatch-fancy-pypi-readme"]
Expand Down
Loading
Loading