Colin-b/pytest_httpx

Allow httpx > 0.17.x

Closed this issue · 2 comments

httpx-0-17.0 was released but at the moment only 0.16.x is supported.

install_requires=["httpx==0.16.*", "pytest==6.*"],

It would be nice to the version constrain could be updated. Thanks.

Fixed in release 0.11.0

Thanks