small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
15 stars 1 forks source link

Update Python to >=3.13,<3.14 #317

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
python dependencies minor >=3.11,<3.13 -> >=3.13,<3.14

Release Notes

containerbase/python-prebuild (python) ### [`v3.13.0`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.0) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.12.7...3.13.0) ##### Bug Fixes - **deps:** update dependency python to v3.13.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv smol-k8s-lab-wUEWrnaW-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.13,<3.14) is not compatible with some of the required packages Python requirement:
  - coqui-tts requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13,<3.14
  - coqui-tts requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13,<3.14
  - coqui-tts requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13,<3.14
  - coqui-tts requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13,<3.14

Because no versions of coqui-tts match >0.24,<0.24.1 || >0.24.1,<0.24.2 || >0.24.2,<0.24.3 || >0.24.3,<0.25
 and coqui-tts (0.24.0) requires Python <3.13,>=3.9, coqui-tts is forbidden.
And because coqui-tts (0.24.1) requires Python <3.13,>=3.9
 and coqui-tts (0.24.2) requires Python <3.13,>=3.9, coqui-tts is forbidden.
So, because coqui-tts (0.24.3) requires Python <3.13,>=3.9
 and smol-k8s-lab depends on coqui-tts (^0.24), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For coqui-tts, a possible solution would be to set the `python` property to "<empty>"
    For coqui-tts, a possible solution would be to set the `python` property to "<empty>"
    For coqui-tts, a possible solution would be to set the `python` property to "<empty>"
    For coqui-tts, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
jessebot commented 1 month ago

opened https://github.com/idiap/coqui-ai-TTS/issues/108 to ask them to update pyproject.toml to support 3.14

jessebot commented 1 month ago

Need to watch https://github.com/idiap/coqui-ai-Trainer/pull/9 for updates as that's the dep of the dep here :)