- Fix incorrect domain used for collections.abc.Callable.
1.19.1
- Fix bug for recursive type alias.
1.19.0
- Support for CPython 3.11, no longer adds `Optional` when the argument is default per [recommendation from PEP-484](https://github.com/tox-dev/sphinx-autodoc-typehints/pull/247).
1.18.3
- Support and require `nptyping>=2.1.2`
1.18.2
- Support and require `nptyping>=2.1.1`
1.18.1
- Fix mocked module import not working when used as guarded import