../src/antidote/core/_injection.py:110: in _build_injection_blueprint
annotated = _build_from_annotations(arguments)
../src/antidote/core/_injection.py:138: in _build_from_annotations
dependency = extract_annotated_arg_dependency(arg)
../src/antidote/core/_annotations.py:97: in extract_annotated_arg_dependency
raise TypeError(f"Cannot use marker @inject.me with non class type hint: examples.injection_flavors.MissingGreeter | None
Python 3.10 allows writing this:
...instead of:
However, this results in: