From ce3c959eaed1bd53f492ae7cc612a3fd7b12daf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:38:04 -0500 Subject: [PATCH] deps: update tree-sitter requirement from <0.26,>=0.25.2 to >=0.25.2,<0.27 (#1681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version.
Release notes

Sourced from tree-sitter's releases.

v0.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter/py-tree-sitter/compare/v0.25.2...v0.26.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc4d1e13a..2b0ca38a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ proxy-prod = [ # The 0.x line (>=0.10,<1.0) returns standalone tree_sitter objects as expected. code = [ "tree-sitter-language-pack>=0.10.0,<1.0", - "tree-sitter>=0.25.2,<0.26", + "tree-sitter>=0.25.2,<0.27", ] # ML-based compression with Kompress (ModernBERT). # (The legacy [llmlingua] extra was removed in 0.9.x — no live code path used it.