From 38fd73cd62ff8f4aefc9f40aa9aeaf45b8f149dd Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 14 Jan 2026 11:24:18 -0600 Subject: [PATCH] pyproject.toml -> upgrade cadquery-ocp-stubs in [stubs] to >=7.9, < 8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 404a8a7..3309666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ development = [ # typing stubs for the OCP CAD kernel stubs = [ - "cadquery-ocp-stubs >= 7.8, < 7.9", + "cadquery-ocp-stubs >= 7.9, < 8.0", ] # dependencies to build the docs