Skip to content

4.0.0-b5 (2026-04-23)

Pre-release
Pre-release

Choose a tag to compare

@kmvanbrunt kmvanbrunt released this 23 Apr 17:55
· 3 commits to main since this release
0abaeab

What's Changed

Same as 4.0.0b4 other than:

  • Made CompletionItem deepcopy-safe. by @kmvanbrunt in #1642
  • Made more of the subcommand management API public. by @kmvanbrunt in #1643
  • Raise ValueError in attach_subcommand() when the subcommand already exists. by @kmvanbrunt in #1645
  • Made traceback settings customizable. by @kmvanbrunt in #1648
  • Removed RichPrintKwargs TypedDict in favor of using Mapping[str, Any], allowing for greater flexibility in passing keyword arguments to console.print() calls.

Full Changelog: 4.0.0-b4...4.0.0-b5