Skip to content

Commit c5a3f76

Browse files
committed
fix tree sitter deps
1 parent 9769743 commit c5a3f76

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tree-sitter-rust = { version = ">=0.23.0", optional = true, python = ">=3.9" }
6767
tree-sitter-go = { version = ">=0.23.0", optional = true, python = ">=3.9" }
6868
tree-sitter-regex = { version = ">=0.24.0", optional = true, python = ">=3.9" }
6969
tree-sitter-xml = { version = ">=0.7.0", optional = true, python = ">=3.9" }
70-
tree-sitter-sql = { version = ">=0.3.0", optional = true, python = ">=3.9" }
70+
tree-sitter-sql = { version = ">=0.3.0,<0.3.8", optional = true, python = ">=3.9" }
7171
tree-sitter-java = { version = ">=0.23.0", optional = true, python = ">=3.9" }
7272
tree-sitter-bash = { version = ">=0.23.0", optional = true, python = ">=3.9" }
7373
# end of [syntax] extras

0 commit comments

Comments
 (0)