Change8

0.24.1

Breaking Changes
📦 typerView on GitHub →
1 breaking1 features

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.

⚠️ Breaking Changes

  • 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

  1. If you were explicitly installing or relying on `typer-slim` or `typer-cli`, remove those dependencies and ensure you are using the main `typer` package.

✨ New Features

  • Upgraded internal types to better support Python 3.10.