You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.4.3] 2025-12-13
Added
as_builtin now supports datetime.date instances.
check_only_first argument in isinstance_generic function.
filter_with_patterns function.
skipfiles, include and sort to tree_iter function.
SupportsGetitem protocols now has T_Index typevar set to Any instead of int by default.
SupportsGetitem2, SupportsGetitemLen2 and SupportsGetitemIterLen2 protocols with generic parameters in reversed order to match Mapping[key, value] order.