1.0.0 - 2025-04-04¶
Summary¶
In exasol-toolbox version 1.0.0 and higher the default behavior for
.github/actions/python-environment/action.yml has changed. In previous versions,
the default value for poetry-version was 1.2.2, and it is now 2.1.2.
- Depending on its poetry version, a repository relying on the default behavior of said action may run into breaking changes. This can easily be resolved with explicitly setting the - poetry-versionwhen calling the GitHub action. It is, however, recommended whenever possible to update the poetry version of affected repository to- 2.x.