Poetry-dynamic-versioning

Latest version: v1.8.2

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

1.5.2

* Fixed:
* The formatting of `project.dynamic` and `tool.poetry.version`
could be changed when triggering the plugin via `poetry dynamic-versioning` or `pip install`
(but not via `poetry build` or `poetry-dynamic-versioning`).

1.5.1

* Fixed:
* Array formatting was not preserved when changing `project.dynamic` in pyproject.toml.
([Contributed by edgarrmondragon](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/207))

1.5.0

* Added:
* CLI: When pyproject.toml contains the `project` section,
the `enable` command will add the required fields for Poetry 2.0.0+.
* Fixed:
* For compatibility with Poetry 2.0.0,
adjusted Poetry constraint from `^1.2.0` to `>=1.2.0`.
* For compatibility with Poetry 2.0.0,
when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
the plugin ensures not to set `project.version` and `tool.poetry.version` at the same time.
* An `UnboundLocalError` could happen when pyproject.toml was misconfigured.

1.4.1

* Fixed:
* The `enable` command would fail when the pyproject.toml tables were out of order.

1.4.0

* Added:
* The plugin now supports Poetry's upcoming PEP-621 functionality.
More info here: https://github.com/python-poetry/poetry/issues/3332

If your pyproject.toml defines `tool.poetry.name`,
then the plugin will preserve its existing behavior.

However, if your pyproject.toml:

* does not define `tool.poetry.name`
* defines `project.name`
* defines `project.dynamic` to include `"version"`
* does not define `project.version`

...then the plugin will enable its PEP-621 functionality.

Because PEP-621 support is not yet released and finalized in Poetry itself,
it is also subject to change in the plugin.

([Prototyped by edgarrmondragon](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/181))

1.3.0

* Added:
* `pattern-prefix` option to add a prefix to the version tag pattern.
* `ignore-untracked` option to control the detection of dirty state.
* `from-file` config section to read a version from a file instead of the VCS.
* `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for some logging.
* Changed:
* Updated Dunamai to 1.21.0+ for the latest features.

Page 2 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.