chore(deps): update dependency rich to v13.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rich | dev | minor |
13.7.1 -> 13.8.0
|
Release Notes
Textualize/rich (rich)
v13.8.0
Fixed
- Fixed
Table
rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body. - Fixed styles in Panel when Text objects are used for title https://github.com/Textualize/rich/pull/3401
- Fix pretty repr for
collections.deque
https://github.com/Textualize/rich/pull/2864 - Thread used in progress.track will exit if an exception occurs in a generator https://github.com/Textualize/rich/pull/3402
- Progress track thread is now a daemon thread https://github.com/Textualize/rich/pull/3402
- Fixed cached hash preservation upon clearing meta and links https://github.com/Textualize/rich/issues/2942
- Fixed overriding the
background_color
ofSyntax
not including padding https://github.com/Textualize/rich/issues/3295 - Fixed pretty printing of dataclasses with a default repr in Python 3.13 https://github.com/Textualize/rich/pull/3455
- Fixed selective enabling of highlighting when disabled in the
Console
https://github.com/Textualize/rich/issues/3419 - Fixed BrokenPipeError writing an error message https://github.com/Textualize/rich/pull/3468
- Fixed superfluous space above Markdown tables https://github.com/Textualize/rich/pull/3469
- Fixed issue with record and capture interaction https://github.com/Textualize/rich/pull/3470
- Fixed control codes breaking in
append_tokens
https://github.com/Textualize/rich/pull/3471 - Fixed exception pretty printing a dataclass with missing fields https://github.com/Textualize/rich/pull/3472
Changed
-
RichHandler
errors and warnings will now use different colors (red and yellow) https://github.com/Textualize/rich/issues/2825 - Removed the empty line printed in jupyter while using
Progress
https://github.com/Textualize/rich/pull/2616 - Running tests in environment with
FORCE_COLOR
orNO_COLOR
environment variables - ansi decoder will now strip problematic private escape sequences (like
\x1b7
) https://github.com/Textualize/rich/pull/3278/ - Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes
Added
- Adds a
case_sensitive
parameter toprompt.Prompt
. This determines if the response is treated as case-sensitive. Defaults toTrue
. - Added
Console.on_broken_pipe
https://github.com/Textualize/rich/pull/3468
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.