-
-
Notifications
You must be signed in to change notification settings - Fork 694
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Click 8 #280
Comments
Here is one instance of what happens in case click 8 is installed atm:
|
Yep, I found it myself but did not had time to investigate. Still we do need tracking ticket for this issue. This can cause real issues for cli authors which expect to install tools outside isolated virtualens (direct affect on those packaging them for linux distros). Temporary I switched installing my typer based tool using pipx, but I do not expect everyone knowing or being able to the same. At least I am lucky that my typer tools has likely one user only. |
Just to cross-ref, this is essentially the same as #278 |
Typer doesn't work with Click 8[1]. [1] fastapi/typer#280
@tiangolo This is beginning to affect our production apps. Other applications, such as |
Fedora Linux just updated to click 8.x in the development version (Rawhide). I just added |
@tiangolo was involved in that change from |
I think we should just confirm that last commit was a year ago and author just doesn't have time to maintain the package. |
@tiangolo recently tweeted that he was hoping to speed up Typer (and FastAPI) development: #300 (comment) Hopefully this means he'll be able to devote some time to Typer. |
Thanks for the interest and discussion everyone! ☕ I just released Typer |
@tiangolo Thank you! ❤️ |
should be closed? |
@patricksurry Yes. |
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Describe the bug
click 8 was finally released and typer does not support it, at least from https://github.com/tiangolo/typer/blob/master/pyproject.toml#L30 point of view.
The text was updated successfully, but these errors were encountered: