Skip to content

httpx depends on h2 (hyper), which is unmaintained #1476

@apteryks

Description

@apteryks

Describe the bug

Hello; that's perhaps a misunderstanding on my part, but FWIU this project absorbed hyper (h2) and had it deprecated. Yet httpx's setup.py still references to h2 (version 3!) as an extra dependency (

httpx/setup.py

Line 65 in 0f280af

"http2": "h2==3.*",
), which in the best case is a one year old release of an now unmaintained library.

What is is useful for? Can it simply be removed? What about hyper compatibility feature with requests (HTTP20Adapter) ? Is there something like this in HTTPX? Thank you, and sorry for all the questions :-).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions