Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp/servers/witan-code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies = [
# grammar wheels (0.24 rejects them: needs ABI 15 => ts>=0.24). Do NOT bump
# to 0.26 until upstream fixes this. See tk-critical-indexer-segfaults and
# https://github.com/tree-sitter/py-tree-sitter/issues/472 (upstream report).
"tree-sitter>=0.25,<0.26",
"tree-sitter>=0.26,<0.27",
# Individual grammar wheels (not tree-sitter-language-pack): each returns a
# standalone tree_sitter.Language usable with tree_sitter.Parser/Query. Pins
# are tight on purpose — a grammar major can bump the ABI / binding (see the
Expand Down
Loading
Loading