Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 5, 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.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 5, 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`

@claude
Copy link

claude bot commented Dec 5, 2025

PR Review

⚠️ Critical Issues:

  1. Python 3.14 is not production-ready - Python 3.14 is currently in alpha/beta phase (scheduled for stable release in October 2025). Using it in production is premature and risky.

  2. Inconsistent version constraint - pyproject.toml specifies >=3.14.1 but .python-version and Dockerfile use 3.14 (not 3.14.1). This mismatch will cause environment inconsistency.

  3. Missing ruff target version update - pyproject.toml:58 still has target-version = "py313" but should be updated to "py314" for consistency.

Recommendations:

  • Block this PR until Python 3.14 reaches stable release (October 2025)
  • Keep Python 3.13 for production stability
  • All dependencies should be tested for Python 3.14 compatibility before upgrading
  • When upgrading: ensure all three version specs are aligned (>=3.14.1 everywhere)

Minor note: Changes are minimal and clean (3 files, 5 lines), but the timing is wrong.

@renovate renovate bot force-pushed the renovate/python-3.x branch 2 times, most recently from 4e1db01 to eee541c Compare December 10, 2025 10:47
@renovate renovate bot force-pushed the renovate/python-3.x branch from eee541c to f8d4c16 Compare December 17, 2025 11:21
@aponcedeleonch
Copy link
Member

Closing for the moment. We have to test/fix support with Python 3.14

@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/python-3.x branch December 17, 2025 15:33
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.

2 participants