From 41dcc434a15b50ba19af111ba4e75931eef551cb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:31:18 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.16](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.16) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.2...v2.1.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b359e5c..b40fb565 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -78,7 +78,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.16 hooks: - id: ruff-check name: ruff @@ -106,7 +106,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.1.0 hooks: - id: mypy exclude: ^tests/.*$ From e5b9c32bcae6dd3d52fe5b1936cea918e0144a41 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Wed, 10 Jun 2026 14:53:47 +0200 Subject: [PATCH 2/2] Segmentation faults with DLite - again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 476da6ed..276dd608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] dependencies = [ # Core dependencies - "DLite-Python>=0.5.29,!=0.5.40,<1", + "DLite-Python>=0.5.29,<0.5.40", "numpy>=2.1,<3", "oteapi-core>=1.0,<2", "pydantic-settings>=2.8,<3",