From 1307b669935e48775c2d697841d0ee0350c6b2b5 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 2 May 2026 12:46:15 -0700 Subject: [PATCH] Upgrades uv to the 0.11.x branch --- .github/workflows/ci-backend.yml | 2 +- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-release.yml | 2 +- .github/workflows/translate-strings.yml | 3 +++ Dockerfile | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index ab3a63c98..8ab99d07a 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -11,7 +11,7 @@ concurrency: group: backend-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: - DEFAULT_UV_VERSION: "0.10.x" + DEFAULT_UV_VERSION: "0.11.x" NLTK_DATA: "/usr/share/nltk_data" permissions: {} jobs: diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 4fdfee021..b3d8a5996 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -11,7 +11,7 @@ concurrency: permissions: contents: read env: - DEFAULT_UV_VERSION: "0.10.x" + DEFAULT_UV_VERSION: "0.11.x" DEFAULT_PYTHON_VERSION: "3.12" jobs: changes: diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 001d763f8..3d2a18f41 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -8,7 +8,7 @@ concurrency: group: release-${{ github.ref }} cancel-in-progress: false env: - DEFAULT_UV_VERSION: "0.10.x" + DEFAULT_UV_VERSION: "0.11.x" DEFAULT_PYTHON_VERSION: "3.12" permissions: {} jobs: diff --git a/.github/workflows/translate-strings.yml b/.github/workflows/translate-strings.yml index 65cb41c66..d84db2747 100644 --- a/.github/workflows/translate-strings.yml +++ b/.github/workflows/translate-strings.yml @@ -3,6 +3,8 @@ on: push: branches: - dev +env: + DEFAULT_UV_VERSION: "0.11.x" jobs: generate-translate-strings: name: Generate Translation Strings @@ -29,6 +31,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: + version: ${{ env.DEFAULT_UV_VERSION }} enable-cache: true - name: Install backend python dependencies run: | diff --git a/Dockerfile b/Dockerfile index 0b8886c61..ed2eee3fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.10.9-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.11.6-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6