Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
2cff1b7c9e fix(deps): update python to v3.14.2 2025-12-13 16:37:35 +00:00
7 changed files with 1307 additions and 1196 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry lock"
- run: "poetry install"
@@ -54,7 +54,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry lock"
- run: "poetry install"
@@ -75,7 +75,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry lock"
- run: "poetry install"

View File

@@ -37,7 +37,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry version $CLEAN_VERSION"
# Commit the changes and move the tag!

View File

@@ -63,7 +63,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry install"
- run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"

View File

@@ -35,7 +35,7 @@
"vuetify": "^3.7.4"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^24.0.0",
"@types/pako": "^2.0.3",
"@types/three": "^0.182.0",

1021
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,15 +20,15 @@ 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"
# Misc
pygltflib = "^1.16.2"
pillow = ">=12,<12.2"
poetry-core = "==2.3.1"
pillow = ">=12,<12.1"
poetry-core = "==2.2.1"
[tool.poetry.group.dev.dependencies]
taskipy = "^1.14.1"

1464
yarn.lock

File diff suppressed because it is too large Load Diff