Dependency Injector with minimal boilerplate code, built-in support for FastAPI and Celery, and seamless integration to basically anything.
43
stars
1
forks
source link
typing.get_type_hints with TYPE_CHECKING imports is breaking dependency inspection #5
Open
RB387 opened 7 months ago
raises Exception
Proposed solution: Add fallback to
inspect.signature
orobj.__annotations__