Tree sitter v0.22.0 introduced breaking changes which removed support for building custom languages and directly loading dll/so files through python, which seems to be a core feature of this library. As such I propose locking tree-sitter max supported version in setup.py
Tree sitter v0.22.0 introduced breaking changes which removed support for building custom languages and directly loading dll/so files through python, which seems to be a core feature of this library. As such I propose locking
tree-sitter
max supported version insetup.py
Resolves: #67