Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2025

This PR contains the following updates:

Package Type Update Change
python minor 3.13 -> 3.14
python (source) requires-python minor >=3.13 -> >=3.14.2
python final minor 3.13-slim -> 3.14-slim
python stage minor 3.13-slim -> 3.14-slim

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

python/cpython (python)

v3.14.2

Compare Source

v3.14.1

Compare Source

v3.14.0

Compare Source

v3.13.11

Compare Source

v3.13.10

Compare Source

v3.13.9

Compare Source

v3.13.8

Compare Source

v3.13.7

Compare Source

v3.13.6

Compare Source

v3.13.5

Compare Source

v3.13.4

Compare Source

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@claude
Copy link

claude bot commented Dec 4, 2025

PR Review: Python 3.14 Upgrade

Overall Assessment: ✅ Changes look good with one minor improvement needed.

Issues Found

Minor:

  • pyproject.toml:62 - target-version should be updated from "py313" to "py314" to match the new Python version requirement. This ensures Ruff linter targets the correct Python syntax version.

What's Good

Consistent updates - All Python version references updated across .python-version, Dockerfile (all stages), and pyproject.toml
Breaking change - The requires-python = ">=3.14.1" requirement is appropriate since Python 3.14 was released recently (changes are minor updates from 3.13)
No security concerns - Standard dependency bump from official Python images
No regressions expected - Python 3.14 maintains backward compatibility with 3.13

Recommendation

Update the Ruff configuration target version, then merge.

@renovate renovate bot force-pushed the renovate/python-3.x branch from 71efd15 to 67e36c1 Compare December 9, 2025 04:28
@renovate
Copy link
Contributor Author

renovate bot commented Dec 9, 2025

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package python
Using CPython 3.14.2 interpreter at: /opt/containerbase/tools/python/3.14.2/bin/python3.14
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of onnxruntime are available:
          onnxruntime<=1.20.0
          onnxruntime==1.20.1
          onnxruntime==1.21.0
          onnxruntime==1.21.1
          onnxruntime==1.22.0
          onnxruntime==1.22.1
          onnxruntime==1.23.0
          onnxruntime==1.23.1
          onnxruntime==1.23.2
      and onnxruntime>=1.20.1 has no wheels with a matching Python version
      tag (e.g., `cp314`), we can conclude that onnxruntime>=1.20.1 cannot
      be used.
      And because fastembed==0.7.4 depends on onnxruntime>1.20.0, we can
      conclude that fastembed==0.7.4 cannot be used.
      And because only fastembed<=0.7.4 is available and your project depends
      on fastembed>=0.7.4, we can conclude that your project's requirements
      are unsatisfiable.

      hint: Pre-releases are available for `onnxruntime` in the requested
      range (e.g., 1.24.0.dev20251031003), but pre-releases weren't enabled
      (try: `--prerelease=allow`)

      hint: Wheels are available for `onnxruntime` (v1.23.2) with the
      following Python ABI tags: `cp310`, `cp311`, `cp312`, `cp313`, `cp313t`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant