Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 06:05
· 4 commits to main since this release

PyPI package: https://pypi.org/project/python-immutable/1.2.0

Changes:

  • chore: replace poetry with uv, make sure python3.9+ is supported and add tests for all supported python versions in github actions
  • feat: add __call__ method to Immutable class to allow replacing attributes with new values, basically a shorthand for dataclasses.replace