Skip to content

Commit 3a2286e

Browse files
authored
chore(release): refresh service lockfiles for 4.2.0 (#254)
Refresh service poetry.lock files, dependency pins, and Chart appVersion for version 4.2.0. Co-authored-by: a-klos <28005881+a-klos@users.noreply.github.com>
1 parent e6afd47 commit 3a2286e

File tree

14 files changed

+54
-44
lines changed

14 files changed

+54
-44
lines changed

infrastructure/rag/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
ask question about their content and the rag will answer them.
77
type: application
88
version: 4.1.0
9-
appVersion: "v4.1.1"
9+
appVersion: "v4.2.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s

libs/admin-api-lib/poetry.lock

Lines changed: 7 additions & 5 deletions
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: 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.2.0.post20260210203817"
7+
version = "4.2.0"
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.2.0.post20260210203817"
116+
rag-core-lib = "==4.2.0"
117117
python = "^3.13"
118118
uvicorn = "^0.40.0"
119119
fastapi = "^0.128.0"

libs/extractor-api-lib/poetry.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0.post20260210203817"
7+
version = "4.2.0"
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.2.0.post20260210203817"
96+
rag-core-lib = "==4.2.0"
9797
python-multipart = "^0.0.22"
9898
oauthlib = "^3.2.2"
9999
requests-oauthlib = "^2.0.0"

libs/rag-core-api/poetry.lock

Lines changed: 7 additions & 5 deletions
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: 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.2.0.post20260210203817"
7+
version = "4.2.0"
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.2.0.post20260210203817"
23+
rag-core-lib = "==4.2.0"
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.2.0.post20260210203817"
7+
version = "4.2.0"
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>",

services/admin-backend/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/admin-backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ setuptools = "<80.11"
109109
filelock = "^3.20.3"
110110

111111
[tool.poetry.group.prod.dependencies]
112-
admin-api-lib = "==4.1.1"
113-
rag-core-lib = "==4.1.1"
112+
admin-api-lib = "==4.2.0"
113+
rag-core-lib = "==4.2.0"
114114

115115
[tool.poetry.group.prod-local.dependencies]
116116
# Use local path for Tilt/development with production Dockerfile

0 commit comments

Comments
 (0)