0.22.0
Breaking Changes📦 typerView on GitHub →
⚠ 1 breaking🔧 1 symbols
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.
⚠️ Breaking Changes
- The `typer-slim` package is now a shallow wrapper around `typer` and always requires `rich` and `shellingham` to be installed.
Migration Steps
- 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`.