Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Iterable hint instead of Sequence
Given that the `FrozenList` type hint is `Union[List[_T], Iterable[_T]]` the Application middleware type should not restrict to `Sequence` and support all `Iterable` types.
- Loading branch information