We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582c8b commit 7e8b360Copy full SHA for 7e8b360
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"]
24
dependencies = [
25
"cedarscript-ast-parser>=0.6.1",
26
- "grep-ast==0.3.3",
+ "grep-ast==0.4.1",
27
# https://github.com/tree-sitter/py-tree-sitter/issues/303
28
# https://github.com/grantjenks/py-tree-sitter-languages/issues/64
29
"tree-sitter==0.21.3", # 0.22 breaks tree-sitter-languages
0 commit comments