mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

Is the upper limit on click version necessary?

Open bowmanjd opened this issue 3 years ago • 0 comments

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.

bowmanjd avatar Mar 11 '22 14:03 bowmanjd