Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.19
version: 1.5.27
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.16.3
version: 1.17.1
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 15.0.7
Expand All @@ -13,6 +13,6 @@ dependencies:
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.41.0
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
generated: "2026-02-16T08:26:50.070731424Z"
version: 1.55.0
digest: sha256:7b23369588ee5ae4ab7c866f1ecc2568453831b184e3d07465d5fde2bd1f5717
generated: "2026-05-03T02:52:00.177407086Z"
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ appVersion: "v4.2.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.19"
version: "1.5.27"
condition: features.langfuse.enabled
- name: qdrant
version: 1.16.3
version: 1.17.1
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
Expand All @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.41.0
version: 1.55.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
4 changes: 2 additions & 2 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,14 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.152.0"
tag: "3.170.0"
pullPolicy: Always

# Worker deployment configuration
worker:
image:
repository: langfuse/langfuse-worker
tag: "3.152.0"
tag: "3.170.0"
pullPolicy: Always
port: 3030

Expand Down
8 changes: 4 additions & 4 deletions infrastructure/server-setup/base-setup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.19.3
version: v1.20.2
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.14.3
digest: sha256:b2f7736d9f67a1df68709cf5001223d66ee10f9a314528321848145164926d05
generated: "2026-02-16T08:27:01.265902996Z"
version: 4.15.1
digest: sha256:47749211262aa6b425744396158b8f23f8de48be0813dc1027b30bd6a7f16266
generated: "2026-05-03T02:52:12.781734349Z"
4 changes: 2 additions & 2 deletions infrastructure/server-setup/base-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version: 0.0.1
appVersion: "0.0.1"
dependencies:
- name: cert-manager
version: "v1.19.3"
version: "v1.20.2"
repository: https://charts.jetstack.io
- name: ingress-nginx
version: "4.14.3"
version: "4.15.1"
repository: https://kubernetes.github.io/ingress-nginx
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.80.0"
version = "~> 0.93.0"
}
}
}
Expand Down
343 changes: 169 additions & 174 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ debugpy = "^1.8.14"
[tool.poetry.dependencies]
rag-core-lib = "==4.2.0"
python = "^3.13"
uvicorn = "^0.40.0"
fastapi = "^0.128.0"
uvicorn = "^0.46.0"
fastapi = "^0.136.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.4"
Expand All @@ -125,7 +125,7 @@ tqdm = "^4.67.1"
langfuse = "^3.10.1"
redis = "^6.0.0"
pyyaml = "^6.0.2"
python-multipart = "^0.0.22"
python-multipart = "^0.0.26"
marshmallow = "^3.26.2"
protobuf = ">=5.29.6,<6.0.0"
langchain-experimental = "^0.4.0"
Expand Down
14 changes: 7 additions & 7 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ max-line-length = 120

[tool.poetry.dependencies]
python = ">=3.13,<3.14"
wheel = "^0.46.0"
wheel = "^0.47.0"
botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.128.0"
uvicorn = "^0.40.0"
fastapi = "^0.136.0"
uvicorn = "^0.46.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
rag-core-lib = "==4.2.0"
python-multipart = "^0.0.22"
python-multipart = "^0.0.26"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
Expand All @@ -103,13 +103,13 @@ opencv-python-headless = "4.13.0.92"
pdf2image = "1.17.0"
datasets = "^3.5.1"
pandas = "^2.2.2"
tabulate = "^0.9.0"
tabulate = "^0.10.0"
lxml = "^5.4.0"
partial = "^1.0"
pyyaml = "^6.0.2"
numpy = "^2.2.5"
docx2txt = "^0.9"
unstructured = {extras = ["docx", "pptx"], version = "0.18.31"}
unstructured = {extras = ["docx", "pptx"], version = "0.22.23"}
html5lib = "^1.1"
langchain-community = "^0.4.1"
atlassian-python-api = "^4.0.3"
Expand All @@ -122,7 +122,7 @@ mammoth = "^1.11.0"
pypandoc-binary = "^1.15"
starlette = ">=0.49.1"
markitdown = {version = "^0.1.3", extras = ["all"]}
docling = "2.73.1"
docling = "2.91.0"
torch = [
{ version = "2.10.0", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
{ version = "2.10.0+cpu", source = "pytorch_cpu", markers = "sys_platform != 'darwin'" },
Expand Down
Loading