diff --git a/pyproject.toml b/pyproject.toml index 7f52303..c102136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "tree-sitter >=0.22.0,<0.24.0", + "tree-sitter >=0.22.0,<0.25.0", "setuptools >=61.0.0", # distutils removed in 3.12, but distutils.ccompiler used in tree-sitter ]