Migrate to Poetry v2
- https://python-poetry.org/blog/announcing-poetry-2.0.0/#highlights - https://python-poetry.org/docs/pyproject/ - https://python-poetry.org/docs/faq/#migrate-pep621-new-static Since Poetry v2 release, I updated Poetry containers to be built with Poetry v2. If this is causing an issue, we could fix poetry installation to latest v1 version with: `pip install "poetry>=1.8,<2.0"`. docker/python3/poetry!11+ ### Todos - [x] Update `pyproject.toml` to latest format - support [`include` field](https://python-poetry.org/blog/announcing-poetry-2.0.0/#consistent-include-behavior). - Keep `classifiers` and `dependencies` dynamic - [x] duniterpy#215 - [x] docker/python3/poetry!11: `python:3.13-alpine` image is using Poetry v1 from Alpine repository
issue