From 48bfc8e7c7aa9e27d49c536007168ea76cba2710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:57:16 +0000 Subject: [PATCH 1/2] chore(deps): bump flashinfer-python from 0.6.8.post1 to 0.6.11.post2 Bumps [flashinfer-python](https://github.com/flashinfer-ai/flashinfer) from 0.6.8.post1 to 0.6.11.post2. - [Release notes](https://github.com/flashinfer-ai/flashinfer/releases) - [Commits](https://github.com/flashinfer-ai/flashinfer/compare/v0.6.8.post1...v0.6.11.post2) --- updated-dependencies: - dependency-name: flashinfer-python dependency-version: 0.6.11 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 10e0a49d2..8561e2b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ engine = [ cpu = [ "accelerate", "bitsandbytes==0.49.1", - "flashinfer-python==0.6.8.post1; sys_platform=='linux'", + "flashinfer-python==0.6.11.post2; sys_platform=='linux'", "flashinfer-cubin==0.6.8.post1; sys_platform=='linux'", "gliner", "kernels>=0.12.1", From 1e8526935b3679ac31a9a94ebdf801372f76af9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:58:01 +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 6bb00c1a8..a7c7858ce 100644 --- a/uv.lock +++ b/uv.lock @@ -3228,7 +3228,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.11.post2" }, { 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'" },