click-contrib / click-didyoumean

Enable git-like did-you-mean feature in click :sparkles:
MIT License
98 stars 9 forks source link

Dependency #12

Closed sharifyounes closed 2 years ago

sharifyounes commented 2 years ago

Just FYI — my builds started breaking when you pushed 0.2.0.

Celery 5.1.2 requires click>=7.0,<8.0 and click-didyoumean>=0.0.3. But click-didyoumean 0.2.0 now requires click>=8.0.1.

Solved by specifying earlier version, click-didyoumean==0.0.3.

timofurrer commented 2 years ago

I've fixed it in v0.3.0 which requires click >= 7