Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit fbc512d

Browse files
gkorlandCopilot
andcommitted
Fix tree-sitter-javascript version constraint
Update from >=0.23.2,<0.24.0 (no such version exists) to >=0.25.0,<0.26.0 to match the tree-sitter>=0.25.2 base dependency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3ad7900 commit fbc512d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"tree-sitter-python>=0.25.0,<0.26.0",
1515
"tree-sitter-java>=0.23.5,<0.24.0",
1616
"tree-sitter-c-sharp>=0.23.1,<0.24.0",
17-
"tree-sitter-javascript>=0.23.2,<0.24.0",
17+
"tree-sitter-javascript>=0.25.0,<0.26.0",
1818
"flask>=3.1.0,<4.0.0",
1919
"python-dotenv>=1.0.1,<2.0.0",
2020
"multilspy @ git+https://github.com/AviAvni/multilspy.git@python-init-params",

0 commit comments

Comments
 (0)