- Adds support for Generics and GenericAlias `Mapping[X, Y]`, `Iterable[T]`,
`List[T]`, `Set[T]`, `Tuple[T, ...]`, Python 3.9 `list[T]`, etc. ([fixes
9](https://github.com/Neoteroi/rodi/issues/9)).
- Improves typing-friendliness making the `ServiceProvider.get` method
returning a value of the input type.
- Adds support for Python 3.10.0a5 ✨. However, when classes and functions
require locals, they need to be decorated. See [PEP
563](https://www.python.org/dev/peps/pep-0563/).