Skip to content

Commit aac0492

Browse files
committed
fix(deps): update all non-major dependencies
1 parent c7a8594 commit aac0492

File tree

22 files changed

+1992
-2129
lines changed

22 files changed

+1992
-2129
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Self-hosted Renovate
31-
uses: renovatebot/[email protected].14
31+
uses: renovatebot/[email protected].16
3232
with:
3333
configurationFile: .github/renovate.json
3434
token: ${{ secrets.RENOVATE_TOKEN }}

infrastructure/rag/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: langfuse
33
repository: https://langfuse.github.io/langfuse-k8s
4-
version: 1.5.4
4+
version: 1.5.5
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
77
version: 1.15.5
@@ -13,6 +13,6 @@ dependencies:
1313
version: 0.48.0
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
16-
version: 1.30.0
17-
digest: sha256:bdcbd61348805d9135cabd97c80cd08e774f479eedcbc686dc851ca55fb4dc4c
18-
generated: "2025-10-10T08:41:01.890585511Z"
16+
version: 1.31.0
17+
digest: sha256:7562b2d5ea258b620a34eb9d6a11929665f69b91728c83da87ff1460e5c106d4
18+
generated: "2025-10-19T01:35:14.602085544Z"

infrastructure/rag/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appVersion: "1.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.5.4"
13+
version: "1.5.5"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
1616
version: 1.15.5
@@ -27,6 +27,6 @@ dependencies:
2727
condition: features.keydb.enabled
2828
- name: ollama
2929
alias: ollama
30-
version: 1.30.0
30+
version: 1.31.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
@@ -489,14 +489,14 @@ langfuse:
489489
web:
490490
image:
491491
repository: langfuse/langfuse
492-
tag: "3.115.0"
492+
tag: "3.117.2"
493493
pullPolicy: Always
494494

495495
# Worker deployment configuration
496496
worker:
497497
image:
498498
repository: langfuse/langfuse-worker
499-
tag: "3.115.0"
499+
tag: "3.117.2"
500500
pullPolicy: Always
501501
port: 3030
502502

Lines changed: 3 additions & 3 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.18.2
4+
version: v1.19.0
55
- name: ingress-nginx
66
repository: https://kubernetes.github.io/ingress-nginx
77
version: 4.13.3
8-
digest: sha256:2da733e46f388692106e8487aa48b1593366cc611ffac246891dbbbe0b9a7943
9-
generated: "2025-10-07T12:41:19.535888+02:00"
8+
digest: sha256:fb948dec01214ac48f4d45f65f55ee233d05817e1b706f15e9532e8a657bb0e0
9+
generated: "2025-10-19T01:35:25.406454208Z"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 0.0.1
77
appVersion: "0.0.1"
88
dependencies:
99
- name: cert-manager
10-
version: "v1.18.2"
10+
version: "v1.19.0"
1111
repository: https://charts.jetstack.io
1212
- name: ingress-nginx
1313
version: "4.13.3"

infrastructure/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
stackit = {
44
source = "stackitcloud/stackit"
5-
version = "~> 0.67.0"
5+
version = "~> 0.68.0"
66
}
77
}
88
}

libs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 python:3.13-bookworm
1+
FROM --platform=linux/amd64 python:3.14-bookworm
22

33
ARG DIRECTORY=""
44
ARG TEST=1

libs/admin-api-lib/poetry.lock

Lines changed: 24 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
@@ -98,13 +98,13 @@ pytest-asyncio = "^1.0.0"
9898
rag-core-lib = {path = "../rag-core-lib"}
9999
python = "^3.13"
100100
uvicorn = "^0.37.0"
101-
fastapi = "^0.118.0"
101+
fastapi = "^0.119.0"
102102
dependency-injector = "^4.46.0"
103103
python-dateutil = "^2.9.0.post0"
104104
tenacity = "9.1.2"
105105
boto3 = "^1.38.10"
106106
tqdm = "^4.67.1"
107-
langfuse = "3.6.1"
107+
langfuse = "3.6.2"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"

0 commit comments

Comments
 (0)