v0.3.2
0.3.2 (2025-03-12)
Changes the way the
Selftype is imported depending on the Python version.
Fixed
- Change
Selftype import: Usetyping_extensions.Selffor Python versions < 3.11 andtyping.Selffor Python versions >= 3.11.
Changes the way the
Selftype is imported depending on the Python version.
Self type import: Use typing_extensions.Self for Python versions < 3.11 and typing.Self for Python versions >= 3.11.