Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@jbasko jbasko released this 21 Oct 07:47
9585dee
v0.0.5 (#4)

* Supports initialising attributes annotated with ``typing.List`` and ``typing.Dict`` as empty lists or dictionaries.
  Other ``typing.*``-annotated attributes are initialised as ``None``.
* Do not attempt to get type hints from ``typing.*`` classes, it raises exceptions in Python 3.7 and does not return
  anything useful in Python 3.6 anyway.
* Fixes dependencies for Python 3.6, removes unnecessary ``contextvars`` and ``dataclasses``
  dependencies for Python 3.7.
* Travis CI setup.