feat(deps): update dependency astral-sh/uv (0.8.24 → 0.11.1) #326
Annotations
1 error and 2 warnings
|
Build image (amd64)
Error: buildah exited with code 2
Trying to pull docker.io/library/node@sha256:ff4496dbf25ecc31fb817ebf9fa6358855202423594ef3eeb1e28adf97e5d417...
Getting image source signatures
Copying blob sha256:776241850f38a30fe88eaf208cc912a7a0e33e1fd8f7c587061f548caa924125
Copying blob sha256:f338f4ce51e01bb68984dfe040d1127c733a14b68e7336987193d3519f5044d2
Copying blob sha256:a57bdd3e230f749f2933290b5dc58aec8a1c451658b915deaabc080db7eb6631
Copying blob sha256:6db0909c4473287ed4d1f950d26b8bc5b7b4206d365a0e7740cb89e46979153e
Copying blob sha256:93ee29de81c9263806a610d22d4f26397e90f873bee4ad3ba765dc167b86b4d0
Copying config sha256:fc739c52279c78801b004ad8caea06c083f5ceaaea45380b736a11affefd45c4
Writing manifest to image destination
+ apt-get update
+ DEBIAN_FRONTEND=noninteractive apt-get -y install ca-certificates chromium curl fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf gnupg libasound2 libatk-bridge2.0-0 libdrm2 libgbm1 libgtk2.0-0 libxkbcommon0 libxss1 tini wget
debconf: delaying package configuration, since apt-utils is not installed
+ export ARCH=x86_64
+ curl -fsSL https://github.com/astral-sh/uv/releases/download/0.10.11/uv-x86_64-unknown-linux-gnu.tar.gz
+ tar xzf - -C /usr/local/bin --strip-components=1
+ uv --version
+ apt-get -y purge curl
+ apt-get -y autoremove
+ apt-get clean
+ uv sync --locked --no-dev --no-editable
Downloading cpython-3.14.3-linux-x86_64-gnu (download) (34.4MiB)
Downloaded cpython-3.14.3-linux-x86_64-gnu (download)
Using CPython 3.14.3
Creating virtual environment at: .venv
Resolved 92 packages in 0.60ms
error: Distribution `onnxruntime==1.21.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're using CPython 3.14 (`cp314`), but `onnxruntime` (v1.21.1) only has wheels with the following Python ABI tags: `cp313`, `cp313t`
Error: building at STEP "RUN set -ex; uv sync --locked --no-dev --no-editable; npm ci": while running runtime: exit status 2
|
|
get-version
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build image (amd64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|