From 3cb776e2edf5f28d85e176fb85a2e6ecff3cf9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:32:35 +0000 Subject: [PATCH] build(deps-dev): bump apache-tvm-ffi from 0.1.11 to 0.1.13.post2 Bumps [apache-tvm-ffi](https://github.com/apache/tvm-ffi) from 0.1.11 to 0.1.13.post2. - [Release notes](https://github.com/apache/tvm-ffi/releases) - [Commits](https://github.com/apache/tvm-ffi/compare/v0.1.11...v0.1.13-post2) --- updated-dependencies: - dependency-name: apache-tvm-ffi dependency-version: 0.1.13.post2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e77c6401..9bce8a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ grammar = [ # on macOS arm64, so an open-ended resolver can break Homebrew installs # without any oMLX source change (#2428). "xgrammar==0.2.3", - "apache-tvm-ffi==0.1.11", + "apache-tvm-ffi==0.1.13.post2", ] mcp = [ "mcp>=1.5.0", @@ -199,7 +199,7 @@ dev = [ # pip/uv dev installs unresolvable (#2289). Bump again once # upstream lifts the cap. "xgrammar==0.2.3", - "apache-tvm-ffi==0.1.11", + "apache-tvm-ffi==0.1.13.post2", ] # PEP 735 dependency groups — consumed by `uv sync --dev`. # Keep in sync with [project.optional-dependencies] dev above @@ -214,7 +214,7 @@ dev = [ "mcp>=1.5.0", "venvstacks>=0.7.0", "xgrammar==0.2.3", - "apache-tvm-ffi==0.1.11", + "apache-tvm-ffi==0.1.13.post2", # Development-only DFlash fork. PEP 735 groups are not emitted into wheel # metadata; [tool.uv.sources] resolves this name to the reviewed commit. "dflash-mlx>=0.1.8",