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"
Hi there. We just wanted to report this little deprecation warning observed on Python 3.14.