Skip to content

Commit 639a3ec

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 87832ad commit 639a3ec

14 files changed

Lines changed: 972 additions & 1008 deletions

File tree

infrastructure/rag/Chart.lock

Lines changed: 3 additions & 3 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.31
4+
version: 1.5.32
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
77
version: 1.18.0
@@ -14,5 +14,5 @@ dependencies:
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
1616
version: 1.57.0
17-
digest: sha256:9406fa5588edf87df0a206590722cd2cde491ef4804f01535deace1982117ed2
18-
generated: "2026-05-31T03:44:56.57539524Z"
17+
digest: sha256:c2c16b97f7105ff4bad01c7099d23ce459ac42cf0f4cd5e1c8b6e7ccd7626485
18+
generated: "2026-06-07T03:49:13.402479391Z"

infrastructure/rag/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appVersion: "v4.2.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.5.31"
13+
version: "1.5.32"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
1616
version: 1.18.0

infrastructure/rag/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ langfuse:
569569
web:
570570
image:
571571
repository: langfuse/langfuse
572-
tag: "3.175.0"
572+
tag: "3.176.0"
573573
pullPolicy: Always
574574

575575
# Worker deployment configuration

infrastructure/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
stackit = {
55
source = "stackitcloud/stackit"
6-
version = "~> 0.96.0"
6+
version = "~> 0.97.0"
77
}
88
}
99
}

libs/admin-api-lib/poetry.lock

Lines changed: 175 additions & 213 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ debugpy = "^1.8.14"
115115
[tool.poetry.dependencies]
116116
rag-core-lib = "==4.2.0"
117117
python = "^3.13"
118-
uvicorn = "^0.47.0"
118+
uvicorn = "^0.48.0"
119119
fastapi = "^0.136.0"
120120
dependency-injector = "^4.46.0"
121121
python-dateutil = "^2.9.0.post0"

libs/extractor-api-lib/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ botocore = "^1.38.10"
8989
fasttext = "^0.9.3"
9090
pytesseract = "^0.3.10"
9191
fastapi = "^0.136.0"
92-
uvicorn = "^0.47.0"
92+
uvicorn = "^0.48.0"
9393
dependency-injector = "^4.46.0"
9494
pydantic-settings = "^2.9.1"
9595
boto3 = "^1.38.10"
@@ -109,7 +109,7 @@ partial = "^1.0"
109109
pyyaml = "^6.0.2"
110110
numpy = "^2.2.5"
111111
docx2txt = "^0.9"
112-
unstructured = {extras = ["docx", "pptx"], version = "0.18.31"}
112+
unstructured = {extras = ["docx", "pptx"], version = "0.22.31"}
113113
html5lib = "^1.1"
114114
langchain-community = "^0.4.1"
115115
atlassian-python-api = "^4.0.3"
@@ -122,7 +122,7 @@ mammoth = "^1.11.0"
122122
pypandoc-binary = "^1.15"
123123
starlette = ">=0.49.1"
124124
markitdown = {version = "^0.1.3", extras = ["all"]}
125-
docling = "2.95.0"
125+
docling = "2.96.0"
126126
torch = [
127127
{ version = "2.10.0", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
128128
{ version = "2.10.0+cpu", source = "pytorch_cpu", markers = "sys_platform != 'darwin'" },

libs/poetry.lock

Lines changed: 6 additions & 6 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: 166 additions & 204 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
@@ -21,7 +21,7 @@ homepage = "https://pypi.org/project/rag-core-api"
2121
[tool.poetry.dependencies]
2222
python = "^3.13"
2323
rag-core-lib = "==4.2.0"
24-
uvicorn = "^0.47.0"
24+
uvicorn = "^0.48.0"
2525
langchain-qdrant = "^1.1.0"
2626
dependency-injector = "^4.46.0"
2727
fastapi = "^0.136.0"

0 commit comments

Comments
 (0)