Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Mar 22:58
· 54 commits to main since this release

0.3.2 (2025-03-12)

Changes the way the Self type is imported depending on the Python version.

Fixed

  • Change Self type import: Use typing_extensions.Self for Python versions < 3.11 and typing.Self for Python versions >= 3.11.