Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-25 | 953 Bytes | |
The Lively Release source code.tar.gz | 2025-07-25 | 15.1 MB | |
The Lively Release source code.zip | 2025-07-25 | 15.5 MB | |
Totals: 3 Items | 30.6 MB | 4 |
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 https://github.com/Textualize/rich/pull/3763 - Live objects (including Progress) may now be nested https://github.com/Textualize/rich/pull/3768
- Added padding property to Syntax which returns a tuple of four integers https://github.com/Textualize/rich/pull/3782
Fixed
- Fixed extraction of recursive exceptions https://github.com/Textualize/rich/pull/3772
- Fixed padding applied to Syntax https://github.com/Textualize/rich/pull/3782
- Fixed
Panel
title missing the panel background style https://github.com/Textualize/rich/issues/3569
Added
- Added
TTY_INTERACTIVE
environment variable to force interactive mode off or on https://github.com/Textualize/rich/pull/3777