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
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.41.0
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
generated: "2026-02-16T08:26:50.070731424Z"
version: 1.42.0
digest: sha256:464a416d5f2295ddc1d0ec5b948a241ce9d9c8131ea8b4a418d467e03978d839
generated: "2026-02-22T02:06:21.275611321Z"
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.41.0
version: 1.42.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.152.0"
tag: "3.153.0"
pullPolicy: Always

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

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.80.0"
version = "~> 0.81.0"
}
}
}
Expand Down
26 changes: 13 additions & 13 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 @@ -116,7 +116,7 @@ debugpy = "^1.8.14"
rag-core-lib = "==4.2.0"
python = "^3.13"
uvicorn = "^0.40.0"
fastapi = "^0.128.0"
fastapi = "^0.129.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.4"
Expand Down
4 changes: 2 additions & 2 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ wheel = "^0.46.0"
botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.128.0"
fastapi = "^0.129.0"
uvicorn = "^0.40.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
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.31"}
unstructured = {extras = ["docx", "pptx"], version = "0.20.2"}
html5lib = "^1.1"
langchain-community = "^0.4.1"
atlassian-python-api = "^4.0.3"
Expand Down
10 changes: 5 additions & 5 deletions libs/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.13"
fastapi = "^0.128.0"
fastapi = "^0.129.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
Expand Down
10 changes: 5 additions & 5 deletions libs/rag-core-api/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/rag-core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rag-core-lib = "==4.2.0"
uvicorn = "^0.40.0"
langchain-qdrant = "^1.1.0"
dependency-injector = "^4.46.0"
fastapi = "^0.128.0"
fastapi = "^0.129.0"
requests-oauthlib = "^2.0.0"
qdrant-client = "^1.14.2"
deprecated = "^1.2.18"
Expand Down
24 changes: 12 additions & 12 deletions libs/rag-core-lib/poetry.lock

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

6 changes: 3 additions & 3 deletions services/admin-backend/poetry.lock

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

Loading