Pin poethepoet below 0.47.0

See https://github.com/nat-n/poethepoet/issues/408
This commit is contained in:
Šarūnas Nejus
2026-06-30 12:43:48 +01:00
parent 4cfbb0167d
commit 84a558dff5
5 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install system dependencies on Windows
if: matrix.platform == 'windows-latest'

View File

@@ -32,7 +32,7 @@ jobs:
python3-gst-1.0
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --group test --extra autobpm --extra discogs --extra lyrics --extra replaygain --extra reflink --extra fetchart --extra chroma --extra sonosupdate --group docs

View File

@@ -63,7 +63,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --only-group lint
@@ -85,7 +85,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --only-group lint
@@ -106,7 +106,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --only-group typing
@@ -132,7 +132,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --group docs

View File

@@ -24,7 +24,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --group release --group docs
@@ -56,7 +56,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python tools
run: uv tool install "poethepoet>=0.26"
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install dependencies
run: poe install --group release --group docs