From c99f3b65e9d23a5c3842a7ef2397361f1844bffd Mon Sep 17 00:00:00 2001 From: a-klos <28005881+a-klos@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:38:22 +0000 Subject: [PATCH] chore(release): prepare 4.2.0.post20260210203817 --- libs/admin-api-lib/pyproject.toml | 4 ++-- libs/extractor-api-lib/pyproject.toml | 4 ++-- libs/rag-core-api/pyproject.toml | 4 ++-- libs/rag-core-lib/pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/admin-api-lib/pyproject.toml b/libs/admin-api-lib/pyproject.toml index 6b028fd3..6aeb5cc9 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.1.1" +version = "4.2.0.post20260210203817" description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document." authors = [ "STACKIT GmbH & Co. KG ", @@ -113,7 +113,7 @@ flake8-docstrings = "^1.7.0" debugpy = "^1.8.14" [tool.poetry.dependencies] -rag-core-lib = "==4.1.1" +rag-core-lib = "==4.2.0.post20260210203817" python = "^3.13" uvicorn = "^0.40.0" fastapi = "^0.128.0" diff --git a/libs/extractor-api-lib/pyproject.toml b/libs/extractor-api-lib/pyproject.toml index eee1ec28..f61a2d6a 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.1.1" +version = "4.2.0.post20260210203817" description = "Extracts the content of documents, websites, etc and maps it to a common format." authors = [ "STACKIT GmbH & Co. KG ", @@ -93,7 +93,7 @@ uvicorn = "^0.40.0" dependency-injector = "^4.46.0" pydantic-settings = "^2.9.1" boto3 = "^1.38.10" -rag-core-lib = "==4.1.1" +rag-core-lib = "==4.2.0.post20260210203817" python-multipart = "^0.0.22" oauthlib = "^3.2.2" requests-oauthlib = "^2.0.0" diff --git a/libs/rag-core-api/pyproject.toml b/libs/rag-core-api/pyproject.toml index 6fe00a0a..e5a4281b 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.1.1" +version = "4.2.0.post20260210203817" 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 = [ @@ -20,7 +20,7 @@ homepage = "https://pypi.org/project/rag-core-api" [tool.poetry.dependencies] python = "^3.13" -rag-core-lib = "==4.1.1" +rag-core-lib = "==4.2.0.post20260210203817" uvicorn = "^0.40.0" langchain-qdrant = "^1.1.0" dependency-injector = "^4.46.0" diff --git a/libs/rag-core-lib/pyproject.toml b/libs/rag-core-lib/pyproject.toml index 3f241c6f..1b0dcfec 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.1.1" +version = "4.2.0.post20260210203817" description = "The rag-core-lib contains the shared components of at least two of the rag libs." authors = [ "STACKIT GmbH & Co. KG ",