Skip to content

Upgrading an existing installation

Before upgrading, review the changelog for breaking changes between your current and target versions.

To upgrade to the latest version compatible with your project's constraints, run:

poetry update limepkg-document-templates

To bump beyond the constraint declared in pyproject.toml (for example into a new major version), update the constraint there first, then run poetry update.