trogon icon indicating copy to clipboard operation
trogon copied to clipboard

`click.BaseCommand` deprecation warning

Open michellewang opened this issue 4 months ago • 0 comments

With the latest click version (8.3.0 at the time of writing) we get a DeprecationWarning at trogon/trogon/introspect.py:8:

DeprecationWarning: 'BaseCommand' is deprecated and will be removed in Click 9.0. Use 'Command' instead.
    from click import BaseCommand, ParamType

To reproduce: run the tests.

I think this should be a straightforward replacement unless I am missing anything.

michellewang avatar Sep 26 '25 17:09 michellewang