Skip to content

Commit a58a5ee

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

File tree

15 files changed

+129
-93
lines changed

15 files changed

+129
-93
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: 3.4.0
9-
appVersion: "v3.4.0"
9+
appVersion: "v4.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s

libs/admin-api-lib/poetry.lock

Lines changed: 22 additions & 24 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.0.0.post20260122141916"
7+
version = "4.0.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 = {path = "../rag-core-lib"}
116+
rag-core-lib = "==4.0.0"
117117
python = "^3.13"
118118
uvicorn = "^0.37.0"
119119
fastapi = "^0.121.2"

libs/extractor-api-lib/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.

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 = "4.0.0.post20260122141916"
7+
version = "4.0.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>",

libs/rag-core-api/poetry.lock

Lines changed: 21 additions & 23 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.0.0.post20260122141916"
7+
version = "4.0.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 = { path = "../rag-core-lib", develop = true}
23+
rag-core-lib = "==4.0.0"
2424
uvicorn = "^0.37.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.0.0.post20260122141916"
7+
version = "4.0.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: 7 additions & 7 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
@@ -108,8 +108,8 @@ python = "^3.13"
108108
setuptools = "<80.9"
109109

110110
[tool.poetry.group.prod.dependencies]
111-
admin-api-lib = "==3.4.0"
112-
rag-core-lib = "==3.4.0"
111+
admin-api-lib = "==4.0.0"
112+
rag-core-lib = "==4.0.0"
113113

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

0 commit comments

Comments
 (0)