Lancetnik/FastDepends
FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic. Async and sync modes are both supported.
PythonMIT
Issues
- 3
Replacement for python-dependency-injector
#65 opened by theobouwman - 1
Dependency overrides don't work as expected
#138 opened by reritom - 3
keyword arguments resolved to None instead of default values when using `inject(cast=False)`
#115 opened by marcodlk - 0
bug: CustomFields can mix up arguments
#112 opened by Lancetnik - 2
Interop with FastAPI
#64 opened by strangemonad - 6
- 1
Overridden arguments not considered
#98 opened by reritom - 1
Sample code has pyright type checking issues
#106 opened by skewty - 2
Drop anyio requirement
#102 opened by skewty - 1
- 0
- 0
It is not dependency injection
#59 opened by Tishka17 - 0
- 0
Feat: support multiple Annotated arguments
#41 opened by Lancetnik - 0
`Iterator[...]` generator return type support
#12 opened by Lancetnik - 3
- 0
Tests: cover docs_src
#49 opened by Lancetnik - 0
Feat: pass Pydantic config to inject
#38 opened by Lancetnik - 3
- 0
Feat: parallel Depends solving mode
#40 opened by Lancetnik - 5
Use in class
#34 opened by chrisgoddard - 1
- 2
Weird dependency injection issue
#13 opened by chrisgoddard - 4
Depends type annotation
#10 opened by chrisgoddard - 1
Using @inject on generator function raises `RuntimeError: generator didn't stop`
#11 opened by chrisgoddard - 0
Fix `mypy` errors
#4 opened by Lancetnik - 0
- 0
PydanticV2 migration
#3 opened by Lancetnik - 2
Validation of non-pydantic types?
#2 opened by chrisgoddard