From 162e652960979f1ca7bcf7f9516acc949a80774a Mon Sep 17 00:00:00 2001 From: Gabriel Arnautu Date: Tue, 7 Jul 2026 10:37:53 +0300 Subject: [PATCH] Fix minor version of tree-sitter to 0.25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a7ca87..cd34638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "Trail of Bits, Inc.", email = "opensource@trailofbits.com" }, ] dependencies = [ - "tree-sitter>=0.25,<1.0", + "tree-sitter~=0.25.0", "tree-sitter-language-pack>=1.8,<2.0", "rustworkx>=0.17,<1.0", ]