dishka icon indicating copy to clipboard operation
dishka copied to clipboard

Cute DI framework with agreeable API and everything you need

Results 19 dishka issues
Sort by recently updated
recently updated
newest added

`container.invalidate(Pool)` to remove an object from cache so it can be recreated

enhancement
draft

Clone container with adding/replacement of providers

enhancement
draft

Multiple Asynchronous sqlalchemy calls are not working properly with the following code, synchronous does. I read that I need to have an `AsyncSession` per asyncio task. How could I instruct...

question

```python class A: ... class B(A): ... p = Provider(scope=Scope.APP) p.provide(B) c = make_container(p) c.get(A) # expected B() ```

enhancement
draft

Allow using dishka container to provide fixtures

enhancement

Create something depending on, at least, request data

enhancement

Add function to render all dependencies into one file. HTML with Mermaid can be good for start

enhancement