Change8

Migrating to Typer 0.19.2

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

Released: 9/23/2025

1
Breaking Changes
0
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Support for Python 3.7 has been dropped; code running on Python 3.7 will fail. Upgrade your environment to Python 3.8 or newer.

Release Summary

This release drops Python 3.7 support and fixes a list convertor bug, while updating development dependencies.

Need More Details?

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

View Full Changelog