Skip to content

Commit dc11dff

Browse files
committed
chore: update package versions to v3.2.1 across all libraries
1 parent 7fdbfd8 commit dc11dff

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

libs/admin-api-lib/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/admin-api-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 = "admin-api-lib"
7-
version = "v3.2.0"
7+
version = "v3.2.1"
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>",

libs/extractor-api-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 = "extractor_api_lib"
7-
version = "v3.2.0"
7+
version = "v3.2.1"
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>",

libs/rag-core-api/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-api/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-api"
7-
version = "v3.2.0"
7+
version = "v3.2.1"
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 = [

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 = "v3.2.0"
7+
version = "v3.2.1"
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)