dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Is the upper limit on click version necessary? #542

Open bowmanjd opened 2 years ago

bowmanjd commented 2 years ago

Curious if the <7.1 is necessary in setup.py:

install_requirements = [
    'click >= 4.1,<7.1'

It doesn't appear to be needed from my testing, and removing it would allow mssql-cli to coexist with other packages that want an up-to-date click.