Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
# tarball that fails to register the ``tree_sitter_language_pack``
# module post-install (CI run 25217131296). 1.6.2 (cp310-abi3) works
# cleanly across 3.10-3.13 (project floor since W44).
"tree-sitter-language-pack>=0.6,<1.6.3",
"tree-sitter-language-pack>=0.6,<1.8.2",
"networkx>=3.0",
# tomllib is stdlib on 3.11+. On 3.10 (our floor) we need the tomli
# backport so commands that parse pyproject.toml (orphan-imports
Expand Down
Loading