Why is `click` version specifier `<8.2`?
Currently [pyproject.toml has](https://github.com/tconbeer/sqlfmt/blob/main/pyproject.toml#L21):
```toml
dependencies = [
"click>=8.1,<8.2",
```
Do you have info on what incompatibility there is with blick 8.2 or later?
1 条评论