Skip to content

Commit a3b4ee4

Browse files
release(ragbits-core): update to v0.12.0 (#453)
Co-authored-by: ds-ragbits-robot <ds-ragbits-robot@users.noreply.github.com>
1 parent 7a13617 commit a3b4ee4

File tree

15 files changed

+59
-25
lines changed

15 files changed

+59
-25
lines changed

packages/ragbits-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.12.0
10+
511
## 0.11.0 (2025-03-25)
612

713
### Changed

packages/ragbits-cli/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-cli"
3-
version = "0.11.0"
3+
version = "0.12.0"
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.11.0"]
34+
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==0.12.0"]
3535

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

packages/ragbits-conversations/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.12.0
10+
511
## 0.11.0 (2025-03-25)
612

713
### Changed

packages/ragbits-conversations/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-conversations"
3-
version = "0.11.0"
3+
version = "0.12.0"
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.11.0"]
34+
dependencies = ["ragbits-core==0.12.0"]
3535

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

packages/ragbits-core/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
## Unreleased
4+
5+
## 0.12.0 (2025-03-25)
46
- Allow Prompt class to accept the asynchronous response_parser. Change the signature of parse_response method.
57

68
- Fix Qdrant vector store serialization (#419)

packages/ragbits-core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-core"
3-
version = "0.11.0"
3+
version = "0.12.0"
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

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
57
### Changed
68

9+
- ragbits-core updated to version v0.12.0
710
- BREAKING CHANGE: Providers and intermediate handlers refactored to parsers and enrichers (#419)
811

912
## 0.11.0 (2025-03-25)

packages/ragbits-document-search/pyproject.toml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-document-search"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Document Search module for Ragbits"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -31,13 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = [
35-
"unstructured>=0.16.9",
36-
"unstructured-client>=0.26.0",
37-
"rerankers>=0.6.1",
38-
"aiohttp>=3.10.8",
39-
"ragbits-core==0.11.0",
40-
]
34+
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "rerankers>=0.6.1", "aiohttp>=3.10.8", "ragbits-core==0.12.0"]
4135

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

packages/ragbits-evaluate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.12.0
10+
511
## 0.11.0 (2025-03-25)
612

713
### Changed

packages/ragbits-evaluate/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-evaluate"
3-
version = "0.11.0"
3+
version = "0.12.0"
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", "neptune[optuna]~=1.12.0", "optuna==4.0.0", "distilabel==1.4.1", "ragbits-core==0.11.0"]
35+
dependencies = ["hydra-core~=1.3.2", "neptune[optuna]~=1.12.0", "optuna==4.0.0", "distilabel==1.4.1", "ragbits-core==0.12.0"]
3636

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

packages/ragbits-guardrails/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
7+
### Changed
8+
9+
- ragbits-core updated to version v0.12.0
10+
511
## 0.11.0 (2025-03-25)
612

713
### Changed

packages/ragbits-guardrails/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits-guardrails"
3-
version = "0.11.0"
3+
version = "0.12.0"
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.11.0"]
34+
dependencies = ["ragbits-core==0.12.0"]
3535

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

packages/ragbits/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

5+
## 0.12.0 (2025-03-25)
6+
7+
### Changed
8+
9+
- ragbits-cli updated to version v0.12.0
10+
- ragbits-conversations updated to version v0.12.0
11+
- ragbits-document-search updated to version v0.12.0
12+
- ragbits-evaluate updated to version v0.12.0
13+
- ragbits-guardrails updated to version v0.12.0
14+
- ragbits-core updated to version v0.12.0
15+
516
## 0.11.0 (2025-03-25)
617

718
### Changed

packages/ragbits/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ragbits"
3-
version = "0.11.0"
3+
version = "0.12.0"
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.11.0", "ragbits-cli==0.11.0", "ragbits-evaluate==0.11.0", "ragbits-guardrails==0.11.0", "ragbits-conversations==0.11.0", "ragbits-core==0.11.0"]
34+
dependencies = ["ragbits-document-search==0.12.0", "ragbits-cli==0.12.0", "ragbits-evaluate==0.12.0", "ragbits-guardrails==0.12.0", "ragbits-conversations==0.12.0", "ragbits-core==0.12.0"]
3535

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

uv.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)