Is the upper limit on click version necessary?
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.