From 61790cdfd2e5eed294463df7a43b4e32c858c5c1 Mon Sep 17 00:00:00 2001 From: WR Date: Fri, 21 Aug 2026 21:05:34 +1200 Subject: [PATCH] chore(deps): optional coastal-alpine-core extra pinned to v0.5.8 --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4d3833d..8d6b0ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,12 +30,17 @@ computer = [ "pyautogui>=0.9.54", "Pillow>=10.0", ] +# Sprint A soft seams — SessionEvent audit + provider profiles (null-safe without this extra) +core = [ + "coastal-alpine-core @ git+https://github.com/fivepanelhat/Coastal-Alpine-Core.git@v0.5.8", +] all = [ "fastapi>=0.110", "uvicorn>=0.27", "tenacity>=8.2", "pyautogui>=0.9.54", "Pillow>=10.0", + "coastal-alpine-core @ git+https://github.com/fivepanelhat/Coastal-Alpine-Core.git@v0.5.8", ] [project.scripts]