ITADN

Why is `click` version specifier `<8.2`?

#731Openfornwall 创建于 2025-11-24
F
fornwallcommented
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 条评论