Change8

Migrating to Typer 0.17.5

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

Released: 9/19/2025

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Click >=8.3.0 is no longer supported; restrict Click to <8.3.0 in your dependencies to avoid import errors.

Migration Steps

  1. 1
    Update your project's requirements to pin Click to a version below 8.3.0 (e.g., click<8.3.0).

Release Summary

The release pins Click to versions below 8.3.0 to prevent compatibility issues with the new Click release.

Need More Details?

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

View Full Changelog