adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
301 stars 13 forks source link

feat: resolve forward refs #16

Closed adriangb closed 3 years ago

adriangb commented 3 years ago

Probably want to just copy FastAPI / Pydantic's implementation into di/_inspect.py

adriangb commented 3 years ago

It actually looks like this "just works", as per https://github.com/adriangb/di/blob/main/tests/test_wiring_pep_563.py