Change8

Migrating to Typer 0.22.0

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

Released: 2/11/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

typer-slim

Breaking Changes

Issue #1

The `typer-slim` package is now a shallow wrapper around `typer` and always requires `rich` and `shellingham` to be installed.

Migration Steps

  1. 1
    If you were relying on `typer-slim` to avoid installing `rich` and `shellingham`, you must now explicitly install them if you continue using `typer-slim`.

Release Summary

This release introduces a breaking change where `typer-slim` now mandates the installation of `rich` and `shellingham` as it becomes a shallow wrapper around the main `typer` package.

Need More Details?

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

View Full Changelog