Skip to content

Commit 2f56c42

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 217ab31 commit 2f56c42

File tree

26 files changed

+2595
-2222
lines changed

26 files changed

+2595
-2222
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@v5
3030
- name: Self-hosted Renovate
31-
uses: renovatebot/[email protected].5
31+
uses: renovatebot/[email protected].12
3232
with:
3333
configurationFile: .github/renovate.json
3434
token: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup-node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "22.17.1"
34+
node-version: "22.19.0"
3535

3636
- name: create-archives
3737
run: |

infrastructure/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.17.1"
22+
node-version: "22.19.0"
2323
- name: Install dependencies
2424
run: npm clean-install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

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.3.4
4+
version: 1.5.3
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.15.0
7+
version: 1.15.4
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.24.0
17-
digest: sha256:30cc964388864bd738eb0668367576dbad45eb9d6a885cdc48ef7c07c9692aa0
18-
generated: "2025-08-04T09:23:39.885193+02:00"
16+
version: 1.29.0
17+
digest: sha256:1e60efd0d280ddd56391d9e8a73234b336255b60cefd8e5c7f44ef8fcc8bd3c5
18+
generated: "2025-09-28T01:28:02.888269662Z"

infrastructure/rag/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ appVersion: "1.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.3.4"
13+
version: "1.5.3"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.15.0
16+
version: 1.15.4
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.24.0
30+
version: 1.29.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
@@ -465,14 +465,14 @@ langfuse:
465465
web:
466466
image:
467467
repository: langfuse/langfuse
468-
tag: "3.88.1"
468+
tag: "3.112.0"
469469
pullPolicy: Always
470470

471471
# Worker deployment configuration
472472
worker:
473473
image:
474474
repository: langfuse/langfuse-worker
475-
tag: "3.88.1"
475+
tag: "3.112.0"
476476
pullPolicy: Always
477477
port: 3030
478478

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.58.0"
5+
version = "~> 0.66.0"
66
}
77
}
88
}

libs/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.17.1"
22+
node-version: "22.19.0"
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

libs/admin-api-lib/poetry.lock

Lines changed: 244 additions & 290 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ pytest-asyncio = "^1.0.0"
9797
[tool.poetry.dependencies]
9898
rag-core-lib = {path = "../rag-core-lib"}
9999
python = "^3.13"
100-
uvicorn = "^0.35.0"
101-
fastapi = "^0.116.0"
100+
uvicorn = "^0.36.0"
101+
fastapi = "^0.117.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.2.1"
107+
langfuse = "3.5.0"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"

0 commit comments

Comments
 (0)