Skip to content

Commit 9a808f0

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 55fa65f commit 9a808f0

File tree

19 files changed

+1105
-1211
lines changed

19 files changed

+1105
-1211
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.20
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.44.0
17+
digest: sha256:7b738c95cf44856fa718776fe250d0785133b02d40affbc63731bfc8feff9acc
18+
generated: "2026-03-01T02:20:37.668746044Z"

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.20"
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.44.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.155.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.155.0"
580580
pullPolicy: Always
581581
port: 3030
582582

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.82.0"
77
}
88
}
99
}

libs/admin-api-lib/poetry.lock

Lines changed: 20 additions & 20 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.41.0"
119+
fastapi = "^0.129.0"
120120
dependency-injector = "^4.46.0"
121121
python-dateutil = "^2.9.0.post0"
122122
tenacity = "9.1.4"

0 commit comments

Comments
 (0)