From 108bd0c4000e8c44854ca9644e0fb71335d1efc6 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Sat, 3 May 2025 16:19:32 +0200 Subject: [PATCH 1/2] chore: add lockfile check step to CI workflows --- .github/workflows/build-and-release.yml | 3 +++ .github/workflows/python-compatibility.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 6fd84f3b4..c6dc04131 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -17,6 +17,9 @@ jobs: version: "0.5.14" python-version: "3.9" + - name: Check if lockfile is up to date + run: uv lock --check + - name: Build package run: uv build diff --git a/.github/workflows/python-compatibility.yml b/.github/workflows/python-compatibility.yml index 1c2fa7826..374fa8626 100644 --- a/.github/workflows/python-compatibility.yml +++ b/.github/workflows/python-compatibility.yml @@ -23,6 +23,9 @@ jobs: version: "0.5.14" python-version: ${{ matrix.python-version }} + - name: Check if lockfile is up to date + run: uv lock --check + - name: Install the project run: uv sync --all-extras From 5012650d0f3d8966f3ea517762f952a624996d32 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Sat, 3 May 2025 16:19:45 +0200 Subject: [PATCH 2/2] chore: update lockfile --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 2be00836e..01d50fd0f 100644 --- a/uv.lock +++ b/uv.lock @@ -2787,7 +2787,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.3.3" +version = "3.3.4" source = { editable = "." } dependencies = [ { name = "ctranslate2" },