Skip to content

Commit 8679823

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 56c5499 commit 8679823

File tree

21 files changed

+2784
-2186
lines changed

21 files changed

+2784
-2186
lines changed

infrastructure/rag/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- name: langfuse
33
repository: https://langfuse.github.io/langfuse-k8s
4-
version: 1.5.19
4+
version: 1.5.22
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.16.3
7+
version: 1.17.0
88
- name: minio
99
repository: https://charts.bitnami.com/bitnami
1010
version: 15.0.7
@@ -13,6 +13,6 @@ dependencies:
1313
version: 0.48.0
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
16-
version: 1.41.0
17-
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
18-
generated: "2026-02-16T08:26:50.070731424Z"
16+
version: 1.52.0
17+
digest: sha256:517d84539e714e9dd05b1fa4e10247d09ca3944a8bca4a3cdd7ee5aaa6698221
18+
generated: "2026-03-29T02:28:15.414869467Z"

infrastructure/rag/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ appVersion: "v4.2.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.5.19"
13+
version: "1.5.22"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.16.3
16+
version: 1.17.0
1717
repository: "https://qdrant.github.io/qdrant-helm"
1818
condition: features.qdrant.enabled
1919
- name: minio
@@ -27,6 +27,6 @@ dependencies:
2727
condition: features.keydb.enabled
2828
- name: ollama
2929
alias: ollama
30-
version: 1.41.0
30+
version: 1.52.0
3131
repository: https://otwld.github.io/ollama-helm/
3232
condition: features.ollama.enabled

infrastructure/rag/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,14 +569,14 @@ langfuse:
569569
web:
570570
image:
571571
repository: langfuse/langfuse
572-
tag: "3.152.0"
572+
tag: "3.160.0"
573573
pullPolicy: Always
574574

575575
# Worker deployment configuration
576576
worker:
577577
image:
578578
repository: langfuse/langfuse-worker
579-
tag: "3.152.0"
579+
tag: "3.160.0"
580580
pullPolicy: Always
581581
port: 3030
582582

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: cert-manager
33
repository: https://charts.jetstack.io
4-
version: v1.19.3
4+
version: v1.20.0
55
- name: ingress-nginx
66
repository: https://kubernetes.github.io/ingress-nginx
7-
version: 4.14.3
8-
digest: sha256:b2f7736d9f67a1df68709cf5001223d66ee10f9a314528321848145164926d05
9-
generated: "2026-02-16T08:27:01.265902996Z"
7+
version: 4.15.1
8+
digest: sha256:f1acc662d28657dc749f3da06b7b21d512117a29e08d2169395ca8eebd68c50d
9+
generated: "2026-03-29T02:28:27.556837334Z"

infrastructure/server-setup/base-setup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version: 0.0.1
77
appVersion: "0.0.1"
88
dependencies:
99
- name: cert-manager
10-
version: "v1.19.3"
10+
version: "v1.20.0"
1111
repository: https://charts.jetstack.io
1212
- name: ingress-nginx
13-
version: "4.14.3"
13+
version: "4.15.1"
1414
repository: https://kubernetes.github.io/ingress-nginx

infrastructure/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
stackit = {
55
source = "stackitcloud/stackit"
6-
version = "~> 0.80.0"
6+
version = "~> 0.88.0"
77
}
88
}
99
}

libs/admin-api-lib/poetry.lock

Lines changed: 130 additions & 130 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
@@ -115,8 +115,8 @@ debugpy = "^1.8.14"
115115
[tool.poetry.dependencies]
116116
rag-core-lib = "==4.2.0"
117117
python = "^3.13"
118-
uvicorn = "^0.40.0"
119-
fastapi = "^0.128.0"
118+
uvicorn = "^0.42.0"
119+
fastapi = "^0.135.0"
120120
dependency-injector = "^4.46.0"
121121
python-dateutil = "^2.9.0.post0"
122122
tenacity = "9.1.4"

libs/extractor-api-lib/poetry.lock

Lines changed: 1130 additions & 464 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ wheel = "^0.46.0"
8888
botocore = "^1.38.10"
8989
fasttext = "^0.9.3"
9090
pytesseract = "^0.3.10"
91-
fastapi = "^0.128.0"
92-
uvicorn = "^0.40.0"
91+
fastapi = "^0.135.0"
92+
uvicorn = "^0.42.0"
9393
dependency-injector = "^4.46.0"
9494
pydantic-settings = "^2.9.1"
9595
boto3 = "^1.38.10"
@@ -103,13 +103,13 @@ opencv-python-headless = "4.13.0.92"
103103
pdf2image = "1.17.0"
104104
datasets = "^3.5.1"
105105
pandas = "^2.2.2"
106-
tabulate = "^0.9.0"
106+
tabulate = "^0.10.0"
107107
lxml = "^5.4.0"
108108
partial = "^1.0"
109109
pyyaml = "^6.0.2"
110110
numpy = "^2.2.5"
111111
docx2txt = "^0.9"
112-
unstructured = {extras = ["docx", "pptx"], version = "0.18.31"}
112+
unstructured = {extras = ["docx", "pptx"], version = "0.21.5"}
113113
html5lib = "^1.1"
114114
langchain-community = "^0.4.1"
115115
atlassian-python-api = "^4.0.3"
@@ -122,7 +122,7 @@ mammoth = "^1.11.0"
122122
pypandoc-binary = "^1.15"
123123
starlette = ">=0.49.1"
124124
markitdown = {version = "^0.1.3", extras = ["all"]}
125-
docling = "2.73.1"
125+
docling = "2.81.0"
126126
torch = [
127127
{ version = "2.10.0", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
128128
{ version = "2.10.0+cpu", source = "pytorch_cpu", markers = "sys_platform != 'darwin'" },

0 commit comments

Comments
 (0)