pyproject.toml -> upgrade cadquery-ocp-stubs in [stubs] to >=7.9, < 8.0

This commit is contained in:
jdegenstein 2026-01-14 11:24:18 -06:00 committed by GitHub
parent 7f623cd054
commit 38fd73cd62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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