Skip to content

Releases: bloomberg/attrs-strict

Support Union on 3.10+

14 Aug 16:55

Choose a tag to compare

fix unit tests

Signed-off-by: Zhida Zhang <zhangzhida822@outlook.com>

Mark it stable, drop python <3.7 and support 3.10

28 Dec 23:07

Choose a tag to compare

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

01 Sep 07:26

Choose a tag to compare

Signed-off-by: ruro <ruro.ruro@ya.ru>

Literal support

14 Feb 19:23

Choose a tag to compare

PR feedback

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>

Python 3.9 support

23 Jul 13:27

Choose a tag to compare

Fix Python3.9 tests

Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>

Fix python 2 dependency

14 Jul 15:50

Choose a tag to compare

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

02 Jul 08:23

Choose a tag to compare

Fix publish action

Seems the initial code was not correct.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

Callable support and type annotations

01 Jun 08:15
79bfc60

Choose a tag to compare

  • Callable support
  • Add and ship type annotations to the project

Support for NewType and bug fixes

25 May 11:49
e533fa1

Choose a tag to compare

Adds support for typing.NewType
Fixes Tuple support for Elipsis

Fix typing.Any and add support for Mapping and MutableMapping

08 Apr 14:57
c8052d9

Choose a tag to compare

Fix validation for Any types and add support for Mapping and MutableMapping collections.