0.19.1
Breaking Changes📦 typerView on GitHub →
⚠ 1 breaking🐛 1 fixes⚡ 1 deprecations
Summary
Typer drops Python 3.7 support in future releases and fixes Optional[list] handling in callbacks.
⚠️ Breaking Changes
- Support for Python 3.7 is removed in the next major release; projects must upgrade to Python 3.8 or higher to continue using Typer.
🐛 Bug Fixes
- Fixed handling of Optional[list] values in callbacks, ensuring they work correctly.
⚡ Deprecations
- Python 3.7 support is deprecated and will be dropped in the next release.