v1.2.0
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 toImmutable
class to allow replacing attributes with new values, basically a shorthand fordataclasses.replace