Skip to content
Open
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/bump-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.14'

- name: Install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.14'

- name: Install bump script deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-clean-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.14'

- name: Install Poetry and deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pre-and-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.14'

- name: Install Poetry
run: |
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.40.0
digest: sha256:bd815e5af5d3da1aab2dfb076713b92ba527dba8420e8afd8a6f0aba306e7dd0
generated: "2026-02-09T20:29:57.760098486Z"
version: 1.41.0
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
generated: "2026-02-15T02:10:52.112932128Z"
2 changes: 1 addition & 1 deletion infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.40.0
version: 1.41.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
6 changes: 3 additions & 3 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.150.0"
tag: "3.151.0"
pullPolicy: Always

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

Expand Down Expand Up @@ -765,7 +765,7 @@ langfuseRetention:
mutationSync: 0
image:
repository: "bitnamilegacy/clickhouse"
tag: "25.2.1-debian-12-r0"
tag: "25.7.5-debian-12-r0"
pullPolicy: IfNotPresent
clickhouse:
# Connection/auth are taken from langfuse.clickhouse.*.
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/server-setup/base-setup/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: v1.19.3
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.14.2
digest: sha256:16a7f099b08282c6e44829c2463a15490d083e872d96cef62d6621b923621c14
generated: "2026-02-09T20:30:10.467221896Z"
version: 4.14.3
digest: sha256:b2f7736d9f67a1df68709cf5001223d66ee10f9a314528321848145164926d05
generated: "2026-02-15T02:11:03.920263448Z"
2 changes: 1 addition & 1 deletion infrastructure/server-setup/base-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
version: "v1.19.3"
repository: https://charts.jetstack.io
- name: ingress-nginx
version: "4.14.2"
version: "4.14.3"
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.79.0"
version = "~> 0.80.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.13-bookworm
FROM --platform=linux/amd64 python:3.14-bookworm

ARG DIRECTORY=""
ARG TEST=1
Expand Down
10 changes: 5 additions & 5 deletions libs/admin-api-lib/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ uvicorn = "^0.40.0"
fastapi = "^0.128.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.2"
tenacity = "9.1.4"
boto3 = "^1.38.10"
tqdm = "^4.67.1"
langfuse = "^3.10.1"
Expand Down
8 changes: 4 additions & 4 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ known_local_folder = ["extractor_api_lib", "rag_core_lib"]
max-line-length = 120

[tool.poetry.dependencies]
python = ">=3.13,<3.14"
python = ">=3.14,<3.15"
wheel = "^0.46.0"
botocore = "^1.38.10"
fasttext = "^0.9.3"
Expand All @@ -99,7 +99,7 @@ oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
tesserocr = "^2.9.1"
opencv-python-headless = "4.13.0.90"
opencv-python-headless = "4.13.0.92"
pdf2image = "1.17.0"
datasets = "^3.5.1"
pandas = "^2.2.2"
Expand All @@ -109,7 +109,7 @@ partial = "^1.0"
pyyaml = "^6.0.2"
numpy = "^2.2.5"
docx2txt = "^0.9"
unstructured = {extras = ["docx", "pptx"], version = "0.18.18"}
unstructured = {extras = ["docx", "pptx"], version = "0.18.31"}
html5lib = "^1.1"
langchain-community = "^0.4.1"
atlassian-python-api = "^4.0.3"
Expand All @@ -122,7 +122,7 @@ mammoth = "^1.11.0"
pypandoc-binary = "^1.15"
starlette = ">=0.49.1"
markitdown = {version = "^0.1.3", extras = ["all"]}
docling = "2.71.0"
docling = "2.72.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
Loading
Loading