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/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/[email protected].14
uses: renovatebot/[email protected].17
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.4
version: 1.5.7
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.15.5
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:bdcbd61348805d9135cabd97c80cd08e774f479eedcbc686dc851ca55fb4dc4c
generated: "2025-10-10T08:41:01.890585511Z"
version: 1.32.0
digest: sha256:786cd530567b27aea5f0755ac7e20028ccb58eb42bf7af771bdb00c0d80f4362
generated: "2025-10-26T01:28:46.496052543Z"
4 changes: 2 additions & 2 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appVersion: "1.0.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.4"
version: "1.5.7"
condition: features.langfuse.enabled
- name: qdrant
version: 1.15.5
Expand All @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.30.0
version: 1.32.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 @@ -489,14 +489,14 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.115.0"
tag: "3.119.1"
pullPolicy: Always

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

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
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.18.2
version: v1.19.1
- 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"
digest: sha256:7105952244c8e267899e856a431aefeb152e2987bdc01609cc9521a3d04d1ff1
generated: "2025-10-26T01:28:59.16761051Z"
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 @@ -7,7 +7,7 @@ version: 0.0.1
appVersion: "0.0.1"
dependencies:
- name: cert-manager
version: "v1.18.2"
version: "v1.19.1"
repository: https://charts.jetstack.io
- name: ingress-nginx
version: "4.13.3"
Expand Down
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.68.0"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ pytest-asyncio = "^1.0.0"
[tool.poetry.dependencies]
rag-core-lib = {path = "../rag-core-lib"}
python = "^3.13"
uvicorn = "^0.37.0"
fastapi = "^0.118.0"
uvicorn = "^0.38.0"
fastapi = "^0.119.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.2"
boto3 = "^1.38.10"
tqdm = "^4.67.1"
langfuse = "3.6.1"
langfuse = "3.7.0"
redis = "^6.0.0"
pyyaml = "^6.0.2"
python-multipart = "^0.0.20"
Expand Down
242 changes: 115 additions & 127 deletions libs/extractor-api-lib/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ wheel = "^0.45.1"
botocore = "^1.38.10"
fasttext = {git = "https://github.com/cfculhane/fastText", rev = "4a4451337ae6b476b9c584b97776c8c3eb4b27c5"}
pytesseract = "^0.3.10"
fastapi = "^0.118.0"
uvicorn = "^0.37.0"
fastapi = "^0.119.0"
uvicorn = "^0.38.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
Expand All @@ -97,7 +97,7 @@ html5lib = "^1.1"
langchain-community = "^0.3.23"
atlassian-python-api = "^4.0.3"
markdownify = "^1.1.0"
langchain-core = "0.3.77"
langchain-core = "0.3.79"
camelot-py = {extras = ["cv"], version = "^1.0.0"}
fake-useragent = "^2.2.0"
pypdfium2 = "4.30.0"
Expand Down
8 changes: 4 additions & 4 deletions libs/rag-core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ packages = [{ include = "rag_core_api", from = "src" }]
[tool.poetry.dependencies]
python = "^3.13"
rag-core-lib = { path = "../rag-core-lib", develop = true}
uvicorn = "^0.37.0"
uvicorn = "^0.38.0"
langchain-qdrant = "^0.2.0"
dependency-injector = "^4.46.0"
fastapi = "^0.118.0"
fastapi = "^0.119.0"
requests-oauthlib = "^2.0.0"
qdrant-client = "^1.14.2"
deprecated = "^1.2.18"
Expand All @@ -28,10 +28,10 @@ langgraph = "^0.6.0"
pillow = "^11.2.1"
langchain-ollama = "^0.3.2"
pytest-asyncio = "^0.26.0"
langchain-community = "0.3.30"
langchain-community = "0.4"
fastembed = "^0.7.0"
langdetect = "^1.0.9"
langfuse = "3.6.1"
langfuse = "3.7.0"
langchain-text-splitters = ">=0.3.9"

[tool.poetry.group.dev.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions libs/rag-core-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ packages = [{ include = "rag_core_lib", from = "src" }]
[tool.poetry.dependencies]
python = "^3.13"
langchain = "^0.3.25"
langchain-community = "0.3.30"
langchain-community = "0.4"
flashrank = "^0.2.10"
pydantic-settings = "^2.2.1"
pydantic = "^2.11.4"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
langfuse = "3.6.1"
langfuse = "3.7.0"
deprecated = "^1.2.18"
openai = "^1.77.0"
langchain-core = "0.3.77"
langchain-core = "0.3.79"
langchain-openai = "^0.3.27"


Expand Down
Loading