Skip to content

DeprecationWarning: The '__version__' attribute is deprecated #29

@amotl

Description

@amotl

Hi there. We just wanted to report this little deprecation warning observed on Python 3.14.

/path/to/lib/python3.14/site-packages/click_aliases/__init__.py:10: DeprecationWarning: The '__version__' attribute is deprecated and will be removed in Click 9.1. Use feature detection or 'importlib.metadata.version("click")' instead.
    _click7 = click.__version__[0] >= "7"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions