Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Iterable hint instead of Sequence #4125

Merged

Commits on Oct 1, 2019

  1. 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.
    stj committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4120bfc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Add changelog

    stj committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cd50afa View commit details
    Browse the repository at this point in the history