Update pyproject.toml to fix typing error

Incorporate fix from  https://github.com/python/typing_extensions/issues/243
This commit is contained in:
jdegenstein 2023-11-17 16:03:28 -06:00 committed by GitHub
parent 3f2c7b460e
commit cfc251c058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ classifiers = [
dependencies = [ dependencies = [
"cadquery-ocp ~= 7.7.1", "cadquery-ocp ~= 7.7.1",
"OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0", "OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0",
"typing_extensions >= 4.4.0, <5", "typing_extensions >= 4.6.0, <5",
"numpy >= 1.24.1, <2", "numpy >= 1.24.1, <2",
"svgpathtools >= 1.5.1, <2", "svgpathtools >= 1.5.1, <2",
"anytree >= 2.8.0, <3", "anytree >= 2.8.0, <3",