Skip to content

Commit bfa2b3d

Browse files
Merge branch 'main' into dependabot/pip/mcp-gte-1.28.1-and-lt-3
2 parents ca14f84 + 69696df commit bfa2b3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mcp = [
9898
code = [
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

Comments
 (0)