Skip to content

Commit 84b4c77

Browse files
GoodbyePlanetclaude
andcommitted
chore(deps): Hold back tree-sitter-language-pack 1.9.0
1.9.0 drops its explicit tree-sitter dependency and bundles a newer core whose parse() rejects bytes, breaking the Dart and R parsers (TypeError: 'bytes' object is not an instance of 'str'). Keep it at >=1.5.0,<1.6.3 for now; the upgrade will be handled in a separate PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0bbb725 commit 84b4c77

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"tree-sitter-bash>=0.25.0",
3232
"tree-sitter-sql>=0.3.0",
3333
"tree-sitter-lua>=0.5.0",
34-
"tree-sitter-language-pack>=1.9.0,<1.9.1",
34+
"tree-sitter-language-pack>=1.5.0,<1.6.3",
3535
"pydantic-settings>=2.14.1",
3636
"pyyaml>=6.0",
3737
"httpx>=0.28.0",

uv.lock

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

0 commit comments

Comments
 (0)