Skip to content

Commit e6afd47

Browse files
authored
chore(release): prepare 4.2.0.post20260210203817 (#253)
Prepare release 4.2.0.post20260210203817 - bump internal libs versions only Co-authored-by: a-klos <28005881+a-klos@users.noreply.github.com>
1 parent f0bbe77 commit e6afd47

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

libs/admin-api-lib/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "admin-api-lib"
7-
version = "4.1.1"
7+
version = "4.2.0.post20260210203817"
88
description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
@@ -113,7 +113,7 @@ flake8-docstrings = "^1.7.0"
113113
debugpy = "^1.8.14"
114114

115115
[tool.poetry.dependencies]
116-
rag-core-lib = "==4.1.1"
116+
rag-core-lib = "==4.2.0.post20260210203817"
117117
python = "^3.13"
118118
uvicorn = "^0.40.0"
119119
fastapi = "^0.128.0"

libs/extractor-api-lib/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "extractor-api-lib"
7-
version = "4.1.1"
7+
version = "4.2.0.post20260210203817"
88
description = "Extracts the content of documents, websites, etc and maps it to a common format."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
@@ -93,7 +93,7 @@ uvicorn = "^0.40.0"
9393
dependency-injector = "^4.46.0"
9494
pydantic-settings = "^2.9.1"
9595
boto3 = "^1.38.10"
96-
rag-core-lib = "==4.1.1"
96+
rag-core-lib = "==4.2.0.post20260210203817"
9797
python-multipart = "^0.0.22"
9898
oauthlib = "^3.2.2"
9999
requests-oauthlib = "^2.0.0"

libs/rag-core-api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rag-core-api"
7-
version = "4.1.1"
7+
version = "4.2.0.post20260210203817"
88
description = "The rag-core-api contains the API layer for the RAG template for document retrieval, question answering, knowledge base management in the vector database and more."
99
packages = [{ include = "rag_core_api", from = "src" }]
1010
authors = [
@@ -20,7 +20,7 @@ homepage = "https://pypi.org/project/rag-core-api"
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.13"
23-
rag-core-lib = "==4.1.1"
23+
rag-core-lib = "==4.2.0.post20260210203817"
2424
uvicorn = "^0.40.0"
2525
langchain-qdrant = "^1.1.0"
2626
dependency-injector = "^4.46.0"

libs/rag-core-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rag-core-lib"
7-
version = "4.1.1"
7+
version = "4.2.0.post20260210203817"
88
description = "The rag-core-lib contains the shared components of at least two of the rag libs."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",

0 commit comments

Comments
 (0)