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

Update types for h11 v0.14 #579

Merged
merged 20 commits into from
Sep 27, 2022
Merged

Commits on Mar 25, 2022

  1. Update setup.py

    Allow for h11 V. 013. Facilitates installation alongside latest version of Uvicorn.
    fsecada01 authored and zanieb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    7811c8b View commit details
    Browse the repository at this point in the history
  2. Bump h11 pin to 0.14

    zanieb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    6664449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4207b8b View commit details
    Browse the repository at this point in the history
  4. Add an explicit check for None in _send_event

    This also reverted commit f9a9847
    which was dropped during rebase with the `master` branch.
    
    We probably do not want to suggest that passing `None` to
    the `write` function is proper. The short circuit there (return on
    empty buffer) should be targeted to an empty byte array.
    zanieb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3c46a89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca728c2 View commit details
    Browse the repository at this point in the history
  6. Lint; add cast for return type

    zanieb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    4de236c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    4347599 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    ce52141 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    71cc46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed1413 View commit details
    Browse the repository at this point in the history
  3. apply unasync

    graingert committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    668dce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42eab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    2a10a07 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    13b733b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c6335 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Bump h11 upper bound to 0.15

    zanieb committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ccc1983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e4a66 View commit details
    Browse the repository at this point in the history
  3. Bump minimum h11 requirement to 0.13

    0.12 does not define `h11.Event`
    zanieb committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e3bbddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d2dd3c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Lint

    zanieb committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    16291c6 View commit details
    Browse the repository at this point in the history