- avoid closing context multiple times
- litestar: exceptions weren't propagated to contextmanager dependencies
- litestar: make after_exception function private
- migrate to uv
- Add
Injected[T]
annotation as a shorthand forAnnotated[T, Inject]
by @nrbnlulu
- Add test for
strawberry.subscription
by @nrbnlulu