From bf9e8d951a518d3e83bf02d189a547953f787d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:51:51 +0000 Subject: [PATCH] build(deps-dev): update pybind11 requirement from >=3.0.4 to >=3.1.0 Updates the requirements on [pybind11](https://github.com/pybind/pybind11) to permit the latest version. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](https://github.com/pybind/pybind11/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520f18f0..f0e97a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -309,7 +309,7 @@ ai-openai = ["openai-agents>=0.18.3"] # Build-time only: compile the optional Table Studio native UIA provider # (quill/native/table_uia -> _quill_table_uia.pyd). Also needs MSVC + the # Windows 10 SDK + CMake. Not required at runtime (MSAA fallback ships). -native-build = ["pybind11>=3.0.4"] +native-build = ["pybind11>=3.1.0"] # The dependency set the shared QuillVille Runtime ships # (standalone/runtime/build_runtime.ps1 -> quillville-runtime.spec), which every # companion app installs once and launches through.