Skip to content

Commit e07c411

Browse files
release(ragbits-core): update to v0.19.1 (#585)
Co-authored-by: ds-ragbits-robot <[email protected]>
1 parent 0ae5fff commit e07c411

File tree

17 files changed

+2902
-2850
lines changed

17 files changed

+2902
-2850
lines changed

packages/ragbits-agents/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
## 0.19.0 (2025-05-27)
612

713
### Changed

packages/ragbits-agents/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-agents"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = ["ragbits-core==0.19.0"]
34+
dependencies = ["ragbits-core==0.19.1"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits-chat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
- fix: dont import all persistence strategies in base file (#584)
612

713
## 0.19.0 (2025-05-27)

packages/ragbits-chat/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-chat"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = ["fastapi>=0.115.0,<1.0.0", "uvicorn>=0.31.0,<1.0.0", "ragbits-core==0.19.0"]
34+
dependencies = ["fastapi>=0.115.0,<1.0.0", "uvicorn>=0.31.0,<1.0.0", "ragbits-core==0.19.1"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
## 0.19.0 (2025-05-27)
612

713
### Changed

packages/ragbits-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-cli"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "A CLI application for ragbits - building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==0.19.0"]
34+
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==0.19.1"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits-core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
57
## 0.19.0 (2025-05-27)
68

79
- rename typevars InputT and OutputT to PromptInputT and PromptOutputT (#569)

packages/ragbits-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-core"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"

packages/ragbits-document-search/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
## 0.19.0 (2025-05-27)
612

713
### Changed

packages/ragbits-document-search/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-document-search"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Document Search module for Ragbits"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
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"]
34+
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"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits-evaluate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
## 0.19.0 (2025-05-27)
612

713
### Changed

packages/ragbits-evaluate/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-evaluate"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Evaluation module for Ragbits components"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -32,7 +32,7 @@ classifiers = [
3232
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3333
"Topic :: Software Development :: Libraries :: Python Modules",
3434
]
35-
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"]
35+
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"]
3636

3737
[project.urls]
3838
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits-guardrails/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.19.1
10+
511
## 0.19.0 (2025-05-27)
612

713
### Changed

packages/ragbits-guardrails/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-guardrails"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Guardrails module for Ragbits components"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = ["ragbits-core==0.19.0"]
34+
dependencies = ["ragbits-core==0.19.1"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"

packages/ragbits/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

5+
## 0.19.1 (2025-05-27)
6+
7+
### Changed
8+
9+
- ragbits-chat updated to version v0.19.1
10+
- ragbits-cli updated to version v0.19.1
11+
- ragbits-document-search updated to version v0.19.1
12+
- ragbits-evaluate updated to version v0.19.1
13+
- ragbits-guardrails updated to version v0.19.1
14+
- ragbits-core updated to version v0.19.1
15+
516
## 0.19.0 (2025-05-27)
617

718
### Changed

packages/ragbits/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Building blocks for rapid development of GenAI applications"
55
dynamic = ["readme"]
66
requires-python = ">=3.10"
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
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"]
34+
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"]
3535

3636
[project.urls]
3737
"Homepage" = "https://github.com/deepsense-ai/ragbits"
@@ -93,6 +93,9 @@ ray = [
9393
docling = [
9494
"docling>=2.15.1,<3.0.0",
9595
]
96+
sql = [
97+
"sqlalchemy>=2.0.39,<3.0.0",
98+
]
9699

97100
[build-system]
98101
requires = ["hatchling", "hatch-fancy-pypi-readme"]

0 commit comments

Comments
 (0)