Skip to content

TaipanStack v0.2.4 — CI Fix (Stale Cache)

Date: February 15, 2026

Overview

v0.2.4 is a CI fix release that resolves stale virtualenv cache issues where cached environments were missing pytest.


What Changed

🔧 CI Fix

  • Added --sync flag to poetry install to force dependency synchronization
  • Ensures all dependencies from the lock file are installed even when restoring cached virtualenvs
  • All Linux container tests pass (Alpine, Fedora, Arch, openSUSE)

Full Changelog: v0.2.3...v0.2.4