v3.1.0
v3.1.0 (2024-03-16)
Added
- Exposed
get_alias()
to retrieve the alias form used in runtime generic instance construction. - Implemented
get_mro()
function for resolving MROs of runtime generics. - Implemented
type_check()
for checking whether a runtime generic is a valid subtype of another runtime generic.
What's Changed
- Bump typing-extensions from 4.9.0 to 4.10.0 by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v3.0.5...v3.1.0