Live objects may now be nested. Previously a progress bar inside another progress context would fail. See the changelog below for this and other changes.
[14.1.0] - 2025-06-25
Changed
- Removed
typing_extensions
from runtime dependencies #3763 - Live objects (including Progress) may now be nested #3768
- Added padding property to Syntax which returns a tuple of four integers #3782
Fixed
- Fixed extraction of recursive exceptions #3772
- Fixed padding applied to Syntax #3782
- Fixed
Panel
title missing the panel background style #3569
Added
- Added
TTY_INTERACTIVE
environment variable to force interactive mode off or on #3777