Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.14
uses: renovatebot/github-action@v43.0.20
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.13
version: 1.5.19
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.15.5
version: 1.16.3
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 15.0.7
Expand All @@ -13,6 +13,6 @@ dependencies:
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.30.0
digest: sha256:398f4f0791092b57a2c0d33a715f8680fb45663499a9ad410ca4bee7eda201bb
generated: "2025-12-03T18:35:42.061121+01:00"
version: 1.40.0
digest: sha256:bd815e5af5d3da1aab2dfb076713b92ba527dba8420e8afd8a6f0aba306e7dd0
generated: "2026-02-09T20:29:57.760098486Z"
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ appVersion: "v4.1.1"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.13"
version: "1.5.19"
condition: features.langfuse.enabled
- name: qdrant
version: 1.15.5
version: 1.16.3
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
Expand All @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.30.0
version: 1.40.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
4 changes: 2 additions & 2 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,14 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.115.0"
tag: "3.150.0"
pullPolicy: Always

# Worker deployment configuration
worker:
image:
repository: langfuse/langfuse-worker
tag: "3.115.0"
tag: "3.150.0"
pullPolicy: Always
port: 3030

Expand Down
8 changes: 4 additions & 4 deletions infrastructure/server-setup/base-setup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.18.2
version: v1.19.3
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.13.3
digest: sha256:2da733e46f388692106e8487aa48b1593366cc611ffac246891dbbbe0b9a7943
generated: "2025-10-07T12:41:19.535888+02:00"
version: 4.14.2
digest: sha256:16a7f099b08282c6e44829c2463a15490d083e872d96cef62d6621b923621c14
generated: "2026-02-09T20:30:10.467221896Z"
4 changes: 2 additions & 2 deletions infrastructure/server-setup/base-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version: 0.0.1
appVersion: "0.0.1"
dependencies:
- name: cert-manager
version: "v1.18.2"
version: "v1.19.3"
repository: https://charts.jetstack.io
- name: ingress-nginx
version: "4.13.3"
version: "4.14.2"
repository: https://kubernetes.github.io/ingress-nginx
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.67.0"
version = "~> 0.79.0"
}
}
}
Expand Down
573 changes: 304 additions & 269 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ flake8-pytest-style = "^2.1.0"
pep8-naming = "^0.15.1"
flake8-eol = "^0.0.8"
flake8-exceptions = "^0.0.1a0"
flake8-simplify = "^0.22.0"
flake8-simplify = "^0.30.0"
flake8-wot = "^0.2.0"
flake8-function-order = "^0.0.5"
flake8-tidy-imports = "^4.10.0"
Expand All @@ -115,8 +115,8 @@ debugpy = "^1.8.14"
[tool.poetry.dependencies]
rag-core-lib = "==4.1.1"
python = "^3.13"
uvicorn = "^0.37.0"
fastapi = "^0.121.2"
uvicorn = "^0.40.0"
fastapi = "^0.128.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.2"
Expand Down
198 changes: 96 additions & 102 deletions libs/extractor-api-lib/poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@ wheel = "^0.45.1"
botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.121.2"
uvicorn = "^0.37.0"
fastapi = "^0.128.0"
uvicorn = "^0.40.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
rag-core-lib = "==4.1.1"
python-multipart = "^0.0.20"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.7"
pdfplumber = "0.11.9"
tesserocr = "^2.9.1"
opencv-python-headless = "4.12.0.88"
opencv-python-headless = "4.13.0.90"
pdf2image = "1.17.0"
datasets = "^3.5.1"
pandas = "^2.2.2"
Expand All @@ -121,7 +121,7 @@ pypdfium2 = "4.30.0"
pypandoc-binary = "^1.15"
starlette = ">=0.49.1"
markitdown = {version = "^0.1.3", extras = ["all"]}
docling = "2.61.2"
docling = "2.71.0"
torch = [
{ version = "2.9.1", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
{ version = "2.9.1+cpu", source = "pytorch_cpu", markers = "sys_platform != 'darwin'" },
Expand Down Expand Up @@ -158,7 +158,7 @@ flake8-pytest-style = "^2.1.0"
pep8-naming = "^0.15.1"
flake8-eol = "^0.0.8"
flake8-exceptions = "^0.0.1a0"
flake8-simplify = "^0.22.0"
flake8-simplify = "^0.30.0"
flake8-wot = "^0.2.0"
flake8-function-order = "^0.0.5"
flake8-tidy-imports = "^4.10.0"
Expand Down
Loading
Loading