Change8

0.15.4

Breaking Changes
📦 typerView on GitHub →
1 breaking

Summary

Click is now pinned to versions <8.2, breaking compatibility with Click 8.2+, and users must downgrade until future support is added.

⚠️ Breaking Changes

  • Support for Click >=8.2 has been removed; projects using Click 8.2 or newer will encounter import errors until compatibility is restored in a future release. Downgrade Click to a version <8.2 to continue working.

Migration Steps

  1. Pin the Click dependency to a version lower than 8.2 (e.g., `pip install "click<8.2"`).