Skip to content

chore(deps): update python docker tag#62

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-3.x
Closed

chore(deps): update python docker tag#62
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 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 uses-with minor 3.13 -> 3.14
python final minor 3.13-slim -> 3.14-slim
python stage minor 3.13-slim -> 3.14-slim

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

actions/python-versions (python)

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare Source

Python 3.14.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.

👻 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 16, 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 16, 2025

PR Review: Python 3.14 Upgrade

Critical Issues ❌

1. Hardcoded Python 3.13 paths in Dockerfile (lines 54, 56)

COPY --from=sqlite-vec-builder /sqlite-vec-dist/vec0.so /app/.venv/lib/python3.13/site-packages/sqlite_vec/vec0.so
RUN chown app:app /app/.venv/lib/python3.13/site-packages/sqlite_vec/vec0.so

Impact: Docker builds will fail. The sqlite-vec extension will be copied to a non-existent path.
Fix: Change python3.13python3.14 in both lines.

2. Ruff target-version mismatch in pyproject.toml (line 53) and cli/pyproject.toml (line 48)

target-version = "py313"

Impact: Ruff will not apply Python 3.14 syntax rules and optimizations.
Fix: Change py313py314 in both files.

3. GitHub Actions workflow inconsistency (.github/workflows/code-quality-cli.yml)

- uses: actions/setup-python@... 
  with:
    python-version: '3.14'  # ✅ Correct
- uses: astral-sh/setup-uv@...
  with:
    python-version: '3.13'  # ❌ Mismatch

Impact: CI environment may have version conflicts or unexpected behavior.
Fix: Change uv setup to use python-version: '3.14' for consistency.

Summary

This PR correctly updates Python version declarations but misses 3 critical hardcoded references that will cause runtime failures. The upgrade is incomplete and will break Docker builds and potentially CI.

Recommendation: Request changes to fix all hardcoded 3.133.14 references before merging.

@renovate renovate bot force-pushed the renovate/python-3.x branch 2 times, most recently from 54c0fe8 to a21c371 Compare December 16, 2025 16:45
@renovate renovate bot force-pushed the renovate/python-3.x branch from a21c371 to 2c19898 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:34
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