classes v0.4.1 Release Notes
Release Date: 2022-04-11 // almost 4 years ago-
๐ Bugfixes
- ๐ Fixes
typing_extensionsversion resolution
- ๐ Fixes
Previous changes from v0.4.0
-
๐ Features
- ๐ฅ Breaking : removes
is_protocolboolean argument from.instance,
now useprotocol=YourProtocolinstead - โ Adds support for concrete generic types like
List[str]andSet[int]#24 - Adds support for types that have
__instancecheck__defined
viadelegateargument #248 - โ Adds support for multiple type arguments in
Supportstype #244
๐ Bugfixes
- ๐ฅ Breaking : removes