From f4c7176322a061bfec0ccdc3c3eb3a6fc10a4478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 00:11:49 +0000 Subject: [PATCH] build(deps-dev): update insightface requirement in /host-python Updates the requirements on [insightface](https://github.com/deepinsight/insightface) to permit the latest version. - [Release notes](https://github.com/deepinsight/insightface/releases) - [Commits](https://github.com/deepinsight/insightface/commits) --- updated-dependencies: - dependency-name: insightface dependency-version: '2.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- host-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-python/pyproject.toml b/host-python/pyproject.toml index 8ecc32fa..9a0f173e 100644 --- a/host-python/pyproject.toml +++ b/host-python/pyproject.toml @@ -103,7 +103,7 @@ dream-style = ["onnxruntime>=1.17,<2"] # does nothing until the wearer turns face_recognition on, and never matches # anyone who was not consensually enrolled — there is no stranger lookup and no # face database beyond your own contacts. See truth_lens/face_backends.py. -face = ["insightface>=0.7,<2", "onnxruntime>=1.17,<2"] +face = ["insightface>=0.7,<3", "onnxruntime>=1.17,<2"] # data-over-sound (ggwave — near-ultrasonic audio chirps, from the llama.cpp # author) — transmit small payloads between devices as sound. A QR-free pairing # fallback: the Brain sings a code, the phone catches it out of the air. Opt-in,