From 5251b83244c9e31d3862593cb5747c238e1731d9 Mon Sep 17 00:00:00 2001 From: a-klos <28005881+a-klos@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:55:56 +0000 Subject: [PATCH] chore(release): prepare 4.1.0.post20260203075550 --- libs/admin-api-lib/pyproject.toml | 2 +- libs/extractor-api-lib/pyproject.toml | 2 +- libs/rag-core-api/pyproject.toml | 2 +- libs/rag-core-lib/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/admin-api-lib/pyproject.toml b/libs/admin-api-lib/pyproject.toml index 46ac7690..275448dd 100644 --- a/libs/admin-api-lib/pyproject.toml +++ b/libs/admin-api-lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "admin-api-lib" -version = "4.0.0" +version = "4.1.0.post20260203075550" description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document." authors = [ "STACKIT GmbH & Co. KG ", diff --git a/libs/extractor-api-lib/pyproject.toml b/libs/extractor-api-lib/pyproject.toml index 6f5763c9..fa0c5dfd 100644 --- a/libs/extractor-api-lib/pyproject.toml +++ b/libs/extractor-api-lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "extractor-api-lib" -version = "4.0.0" +version = "4.1.0.post20260203075550" description = "Extracts the content of documents, websites, etc and maps it to a common format." authors = [ "STACKIT GmbH & Co. KG ", diff --git a/libs/rag-core-api/pyproject.toml b/libs/rag-core-api/pyproject.toml index 313f3a4d..ebdc89af 100644 --- a/libs/rag-core-api/pyproject.toml +++ b/libs/rag-core-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rag-core-api" -version = "4.0.0" +version = "4.1.0.post20260203075550" 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." packages = [{ include = "rag_core_api", from = "src" }] authors = [ diff --git a/libs/rag-core-lib/pyproject.toml b/libs/rag-core-lib/pyproject.toml index 04310d8f..9a4a4127 100644 --- a/libs/rag-core-lib/pyproject.toml +++ b/libs/rag-core-lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rag-core-lib" -version = "4.0.0" +version = "4.1.0.post20260203075550" description = "The rag-core-lib contains the shared components of at least two of the rag libs." authors = [ "STACKIT GmbH & Co. KG ",