chore(build): update poetry version requirement to >=2.0.0 in build workflow

This commit is contained in:
2026-01-01 18:18:12 -06:00
parent 3e37bb2922
commit 8226f4e174

View File

@@ -103,7 +103,7 @@ jobs:
if: |
github.event_name == 'push' ||
(github.event_name == 'workflow_dispatch' && inputs.build_linux == true)
run: python -m pip install --upgrade pip poetry==1.8.5
run: python -m pip install --upgrade pip poetry>=2.0.0
- name: Sync versions
if: |