Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 20:53
· 7 commits to main since this release
v1.1.1
7f80651

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

Changes:

  • fix: mark Immutable class as a dataclass to avoid TypeError when using dataclasses.replace,
    dataclasses.fields, etc.