Change8

Migrating to Typer 0.23.0

Version 0.23.0 introduces 1 breaking change. This guide details how to update your code.

Released: 2/11/2026

1
Breaking Changes
0
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

When printing error tracebacks using Rich, locals are now defaulted to not be shown. If you relied on seeing locals in tracebacks, you must explicitly enable them.

Release Summary

This release defaults error tracebacks printed with Rich to hide locals for brevity and includes internal dependency bumps and build simplifications.

Need More Details?

View the full release notes and all changes for Typer 0.23.0.

View Full Changelog