Skip to content

reference dependencies

Bryan edited this page Jun 13, 2026 · 1 revision

Dependencies

Lode has no required runtime dependencies in pyproject.toml. Optional graph projection, development tooling, Docker images, and GitHub automation make up the rest of the dependency surface.

Python package dependencies

Group Source Dependencies
Runtime pyproject.toml None.
Optional kuzu pyproject.toml kuzu>=0.11.0.
Development pyproject.toml bandit, coverage, deptry, mypy, pip-audit, pre-commit, radon, ruff, vulture.

Docker dependencies

File Dependency Purpose
Dockerfile python:3.12-slim Daemon image base.
docker-compose.yml ghcr.io/huggingface/text-embeddings-inference:cpu-1.9 Local embedding service.

Automation dependencies

File Dependency
.github/workflows/ci.yml actions/checkout@v6, astral-sh/setup-uv@v7
.github/workflows/codeql.yml GitHub CodeQL actions
.github/dependabot.yml Dependabot package ecosystem config
renovate.json Renovate update policy

Related pages

Clone this wiki locally