fix(deps): update python to v3.14.2

This commit is contained in:
renovate[bot]
2025-12-15 17:39:47 +00:00
committed by GitHub
parent 645b9926ab
commit 43a2a0dfe9
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ build_frontend = "rm -rf yacv_server/frontend || true && yarn install && YACV_SM
build_backend = "poetry build --format wheel"
[tool.poetry.dependencies]
python = ">=3.12,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
python = ">=3.14,<3.15" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
# CAD
build123d = ">=0.10,<0.11"