Change8

0.17.5

Breaking Changes
📦 typerView on GitHub →
1 breaking🐛 1 fixes

Summary

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

⚠️ Breaking Changes

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

Migration Steps

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

🐛 Bug Fixes

  • Restrict Click to <8.3.0 to handle changes introduced in Click 8.3.0.