Skip to content

Commit 56edea6

Browse files
chore: bump develop base version to 1.4.0
1 parent d0b06d3 commit 56edea6

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines 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 = "1.2.2"
3+
version = "1.4.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==1.2.2"]
34+
dependencies = ["ragbits-core==1.4.0"]
3535

3636
[project.optional-dependencies]
3737
a2a = [

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 = "1.2.2"
3+
version = "1.4.0"
44
description = "Building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -35,7 +35,7 @@ dependencies = [
3535
"fastapi>=0.115.0,<1.0.0",
3636
"uvicorn>=0.31.0,<1.0.0",
3737
"httpx>=0.28.1,<1.0.0",
38-
"ragbits-core==1.2.2",
38+
"ragbits-core==1.4.0",
3939
"bcrypt>=4.2.0",
4040
"python-jose[cryptography]>=3.5.0",
4141
]

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 = "1.2.2"
3+
version = "1.4.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==1.2.2"]
34+
dependencies = ["typer>=0.12.5,<1.0.0", "ragbits-core==1.4.0"]
3535

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

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 = "1.2.2"
3+
version = "1.4.0"
44
description = "Building blocks for rapid development of GenAI applications"
55
readme = "README.md"
66
requires-python = ">=3.10"

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 = "1.2.2"
3+
version = "1.4.0"
44
description = "Document Search module for Ragbits"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -34,7 +34,7 @@ dependencies = [
3434
"opencv-python>=4.11.0.86,<5.0.0.0",
3535
"rerankers>=0.6.1,<1.0.0",
3636
"filetype>=1.2.0,<2.0.0",
37-
"ragbits-core==1.2.2",
37+
"ragbits-core==1.4.0",
3838
"python-pptx>=1.0.0,<2.0.0",
3939
]
4040

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 = "1.2.2"
3+
version = "1.4.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,<2.0.0", "neptune[optuna]>=1.12.0,<2.0.0", "optuna>=4.0.0,<5.0.0", "distilabel>=1.5.0,<2.0.0", "datasets>=3.0.1,<4.0.0", "ragbits-core==1.2.2"]
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.5.0,<2.0.0", "datasets>=3.0.1,<4.0.0", "ragbits-core==1.4.0"]
3636

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

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 = "1.2.2"
3+
version = "1.4.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==1.2.2"]
34+
dependencies = ["ragbits-core==1.4.0"]
3535

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

packages/ragbits/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"
3-
version = "1.2.2"
3+
version = "1.4.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==1.2.2", "ragbits-cli==1.2.2", "ragbits-evaluate==1.2.2", "ragbits-guardrails==1.2.2", "ragbits-chat==1.2.2", "ragbits-core==1.2.2"]
34+
dependencies = ["ragbits-document-search==1.4.0", "ragbits-cli==1.4.0", "ragbits-evaluate==1.4.0", "ragbits-guardrails==1.4.0", "ragbits-chat==1.4.0", "ragbits-core==1.4.0"]
3535

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

0 commit comments

Comments
 (0)