From 27fe45b00231be08b89242b2a44de04c382ecac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:48:49 +0000 Subject: [PATCH 1/2] chore(deps): bump flashinfer-python from 0.6.8.post1 to 0.6.12 Bumps [flashinfer-python](https://github.com/flashinfer-ai/flashinfer) from 0.6.8.post1 to 0.6.12. - [Release notes](https://github.com/flashinfer-ai/flashinfer/releases) - [Commits](https://github.com/flashinfer-ai/flashinfer/compare/v0.6.8.post1...v0.6.12) --- updated-dependencies: - dependency-name: flashinfer-python dependency-version: 0.6.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c4ffc8b8..68f173c38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ engine = [ cpu = [ "accelerate>=1.1.0", "bitsandbytes>=0.46.1", - "flashinfer-python==0.6.8.post1; sys_platform=='linux'", + "flashinfer-python==0.6.12; sys_platform=='linux'", "flashinfer-cubin==0.6.8.post1; sys_platform=='linux'", "gliner", "kernels>=0.12.1", From 0a3b36c16eade0f85048660ea9706ec604f06acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:49:57 +0000 Subject: [PATCH 2/2] chore(deps): sync uv.lock [dependabot skip] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index a06cf84c5..06a4d2921 100644 --- a/uv.lock +++ b/uv.lock @@ -3230,7 +3230,7 @@ requires-dist = [ { name = "flashinfer-cubin", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = "==0.6.8.post1" }, { name = "flashinfer-cubin", marker = "sys_platform == 'linux' and extra == 'cu129'", specifier = "==0.6.8.post1", index = "https://flashinfer.ai/whl/cu129", conflict = { package = "nemo-safe-synthesizer", extra = "cu129" } }, { name = "flashinfer-jit-cache", marker = "sys_platform == 'linux' and extra == 'cu129'", specifier = "==0.6.8.post1+cu129", index = "https://flashinfer.ai/whl/cu129", conflict = { package = "nemo-safe-synthesizer", extra = "cu129" } }, - { name = "flashinfer-python", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = "==0.6.8.post1" }, + { name = "flashinfer-python", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = "==0.6.12" }, { name = "flashinfer-python", marker = "sys_platform == 'linux' and extra == 'cu129'", specifier = "==0.6.8.post1", index = "https://flashinfer.ai/whl/cu129", conflict = { package = "nemo-safe-synthesizer", extra = "cu129" } }, { name = "flashtext", marker = "extra == 'engine'" }, { name = "gliner", marker = "extra == 'cpu'" },