Skip to content

Commit cc7fc00

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 98e821f commit cc7fc00

File tree

17 files changed

+868
-542
lines changed

17 files changed

+868
-542
lines changed

.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.18.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.18.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 1.3.4
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.15.0
7+
version: 1.15.1
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.25.0
17+
digest: sha256:6d5a1f94963aa5661a841b4093ef849b60f5352221316a7be55da5ccff3e2e57
18+
generated: "2025-08-10T01:48:39.455762378Z"

infrastructure/rag/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
version: "1.3.4"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.15.0
16+
version: 1.15.1
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.25.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.90.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.90.0"
476476
pullPolicy: Always
477477
port: 3030
478478

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.18.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: 96 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/extractor-api-lib/poetry.lock

Lines changed: 96 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-api/poetry.lock

Lines changed: 105 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ragas = "^0.3.0"
2424
flashrank = "^0.2.10"
2525
pyyaml = "^6.0.2"
2626
openai = "^1.77.0"
27-
langgraph = "^0.5.0"
27+
langgraph = "^0.6.0"
2828
pillow = "^11.2.1"
2929
langchain-ollama = "^0.3.2"
3030
pytest-asyncio = "^0.26.0"

0 commit comments

Comments
 (0)