Skip to content

Commit 3bdbacf

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

File tree

18 files changed

+2499
-2657
lines changed

18 files changed

+2499
-2657
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].17
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.7
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.32.0
17+
digest: sha256:786cd530567b27aea5f0755ac7e20028ccb58eb42bf7af771bdb00c0d80f4362
18+
generated: "2025-10-26T01:28:46.496052543Z"

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.7"
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.32.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.119.1"
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.119.1"
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.1
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:7105952244c8e267899e856a431aefeb152e2987bdc01609cc9521a3d04d1ff1
9+
generated: "2025-10-26T01:28:59.16761051Z"

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.1"
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/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.37.0"
101-
fastapi = "^0.118.0"
100+
uvicorn = "^0.38.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.7.0"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"

libs/extractor-api-lib/poetry.lock

Lines changed: 115 additions & 127 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ wheel = "^0.45.1"
7272
botocore = "^1.38.10"
7373
fasttext = {git = "https://github.com/cfculhane/fastText", rev = "4a4451337ae6b476b9c584b97776c8c3eb4b27c5"}
7474
pytesseract = "^0.3.10"
75-
fastapi = "^0.118.0"
76-
uvicorn = "^0.37.0"
75+
fastapi = "^0.119.0"
76+
uvicorn = "^0.38.0"
7777
dependency-injector = "^4.46.0"
7878
pydantic-settings = "^2.9.1"
7979
boto3 = "^1.38.10"
@@ -97,7 +97,7 @@ html5lib = "^1.1"
9797
langchain-community = "^0.3.23"
9898
atlassian-python-api = "^4.0.3"
9999
markdownify = "^1.1.0"
100-
langchain-core = "0.3.77"
100+
langchain-core = "0.3.79"
101101
camelot-py = {extras = ["cv"], version = "^1.0.0"}
102102
fake-useragent = "^2.2.0"
103103
pypdfium2 = "4.30.0"

0 commit comments

Comments
 (0)