Lancetnik / FastDepends

FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic. Async and sync modes are both supported.
https://lancetnik.github.io/FastDepends/
MIT License
294 stars 11 forks source link

Feat: pass Pydantic config to inject #38

Closed Lancetnik closed 9 months ago

Lancetnik commented 9 months ago
@inject(pydantic_config={...})
def func(): ...