Releases: bloomberg/attrs-strict
Releases · bloomberg/attrs-strict
Support Union on 3.10+
fix unit tests Signed-off-by: Zhida Zhang <zhangzhida822@outlook.com>
Mark it stable, drop python <3.7 and support 3.10
Drop Python 2 support and add 3.10 support Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
0.2.2: remove invalid sphinx language setting
Signed-off-by: ruro <ruro.ruro@ya.ru>
Literal support
PR feedback Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Python 3.9 support
Fix Python3.9 tests Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>
Fix python 2 dependency
Added funcsigs>=1.0.2 for python_version<3.5 Signed-off-by: lironhl <liron.lavy@gmail.com> Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Support string annotations
Fix publish action Seems the initial code was not correct. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Callable support and type annotations
- Callable support
- Add and ship type annotations to the project
Support for NewType and bug fixes
Adds support for typing.NewType
Fixes Tuple support for Elipsis
Fix typing.Any and add support for Mapping and MutableMapping
Fix validation for Any types and add support for Mapping and MutableMapping collections.