From 6f90c21941fb0c05babc3164014dddfabcf18f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:32:47 +0000 Subject: [PATCH] build(deps-dev): bump nanobind from 2.13.0 to 2.14.0 Bumps [nanobind](https://github.com/wjakob/nanobind) from 2.13.0 to 2.14.0. - [Changelog](https://github.com/wjakob/nanobind/blob/master/docs/changelog.rst) - [Commits](https://github.com/wjakob/nanobind/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e77c6401..e0559f75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ # A mismatched nanobind isolates the `mlx` NB_DOMAIN, so custom kernel # extensions (omlx.custom_kernels.*) reject every mlx.core.array at the # type caster with `incompatible function arguments`. - "nanobind==2.13.0", + "nanobind==2.14.0", "mlx==0.32.0", ] build-backend = "setuptools.build_meta"