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 `click` version `8.2` or later?