@@ -98,7 +98,7 @@ mcp = [
9898code = [
9999 " tree-sitter>=0.23; python_version >= '3.10'" ,
100100 " tree-sitter-language-pack==0.9.0; python_version < '3.10'" ,
101- " tree-sitter-language-pack==1.14.3 ; python_version >= '3.10'" ,
101+ " tree-sitter-language-pack==1.15.8 ; python_version >= '3.10'" ,
102102]
103103# Local resource extraction. Text/code/HTML/DOCX remain stdlib-only; this adds PDF
104104# extraction and image OCR bindings (the Tesseract executable is installed separately).
@@ -145,7 +145,7 @@ all = [
145145 " cryptography>=50.0.0; python_version >= '3.10'" ,
146146 " tree-sitter>=0.23; python_version >= '3.10'" ,
147147 " tree-sitter-language-pack==0.9.0; python_version < '3.10'" ,
148- " tree-sitter-language-pack==1.14.3 ; python_version >= '3.10'" ,
148+ " tree-sitter-language-pack==1.15.8 ; python_version >= '3.10'" ,
149149 " pypdf>=6.15.0" ,
150150 " Pillow>=12.3.0; python_version >= '3.10'" ,
151151 " pytesseract>=0.3.10; python_version >= '3.10'" ,
@@ -188,7 +188,7 @@ test = [
188188 " cryptography>=50.0.0; python_version >= '3.10'" ,
189189 " tree-sitter>=0.23; python_version >= '3.10'" ,
190190 " tree-sitter-language-pack==0.9.0; python_version < '3.10'" ,
191- " tree-sitter-language-pack==1.14.3 ; python_version >= '3.10'" ,
191+ " tree-sitter-language-pack==1.15.8 ; python_version >= '3.10'" ,
192192 " pypdf>=6.15.0" ,
193193 " Pillow>=12.3.0; python_version >= '3.10'" ,
194194 " pytesseract>=0.3.10; python_version >= '3.10'" ,
0 commit comments