From 51c2b5d98c7fea1b770c7efb41740a88f4f87f65 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 27 Jan 2026 02:22:40 +0100 Subject: [PATCH] Tests: Downgrade to wrapt 2.0, because wrapt 2.1.0rc1 has a regression This was discovered by a nightly CI test matrix slot that permits the installation of Python pre-release packages. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5f004c2..5c97a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,6 +116,7 @@ optional-dependencies.test = [ "pytest<10", "pytest-cov<8", "pytest-mock<4", + "wrapt<2.1", ] optional-dependencies.vector = [ "numpy",