Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1 KB

File metadata and controls

27 lines (14 loc) · 1 KB

Dependency Policy v1.8.3

GTPCNZ uses a three-lane dependency posture.

Stable Release CI

The main CI workflow installs from pyproject.toml and uv.lock with uv sync --frozen --all-groups, runs the repo-health gate, runs concern-boundary checks, runs pytest, renders Quarto, and verifies the Streamlit entrypoint imports.

Latest Canary CI

The dependency canary resolves the uv graph with uv sync --upgrade --all-groups. It is scheduled and manually runnable. A failure in this lane means the next dependency refresh needs triage before release.

Experimental Edge CI

The Conductor dependency-edge workflow defines the review process for trying prerelease library versions before they are promoted into the locked uv graph.

Streamlit

The public Streamlit app remains pinned to the stable release lane and must not depend on secrets or local-only assets.

Quarto

The Quarto site must render in CI before Pages deployment.

Dependabot

Dependabot watches GitHub Actions and uv dependencies weekly.