From 36ef0bd911fdcff626bc440117a5339f9d94962c Mon Sep 17 00:00:00 2001 From: StuBehan Date: Fri, 17 Jul 2026 20:23:51 +0100 Subject: [PATCH] fix(voice): bump bundled stackvox floor to 0.11.0 --- build.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 1d4ceb9..e5cd594 100755 --- a/build.sh +++ b/build.sh @@ -103,7 +103,7 @@ bundle_venv() { # (no nested virtualenv layer — keeps the bundle a few MB smaller and # avoids a redundant Python symlink dance). echo " Installing stackvox..." - "$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.10.0' + "$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.11.0' # Strip __pycache__ and pip caches to shrink the bundle. These can be # regenerated by the bundled Python at first import — small startup diff --git a/install.sh b/install.sh index 60494bb..b5ce397 100755 --- a/install.sh +++ b/install.sh @@ -89,7 +89,7 @@ find_python() { echo "" echo "# STAGE: venv" echo "Setting up voice engine..." -STACKVOX_SPEC="stackvox>=0.10.0" +STACKVOX_SPEC="stackvox>=0.11.0" PYTHON=$(find_python) if [[ -z "$PYTHON" ]]; then echo ""