Migrating to Typer 0.24.1
Version 0.24.1 introduces 1 breaking change. This guide details how to update your code.
Released: 2/21/2026
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Support for `typer-slim` and `typer-cli` packages has been dropped; these packages will no longer receive releases. Users should switch to using only the main `typer` package.
Migration Steps
- 1If you were explicitly installing or relying on `typer-slim` or `typer-cli`, remove those dependencies and ensure you are using the main `typer` package.
Release Summary
This release drops support for the legacy `typer-slim` and `typer-cli` packages and includes numerous dependency upgrades, notably updating internal types for Python 3.10 compatibility.
Need More Details?
View the full release notes and all changes for Typer 0.24.1.
View Full Changelog