Skip to content

TaipanStack v0.2.3 — CI Fix (Poetry Lock)

Date: February 14, 2026

Overview

v0.2.3 is a CI fix release that resolves a pytest not found error caused by an out-of-sync poetry.lock file.


What Changed

🔧 CI Fix

  • poetry.lock was out of sync causing CI runners to install only 8 packages instead of the full dev dependency set
  • Regenerated lockfile with Poetry 2.2.1
  • All 642 tests passing locally and in CI

Full Changelog: v0.2.2...v0.2.3