mssql-cli
mssql-cli copied to clipboard
Is the upper limit on click version necessary?
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.