]> git.ipfire.org Git - thirdparty/httpx.git/commit
Support HTTPCore 0.13 (#1588)
authorTom Christie <tom@tomchristie.com>
Wed, 21 Apr 2021 13:43:18 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 13:43:18 +0000 (14:43 +0100)
commitd98e9e7ae7963a60ce8dc6a25cbe5f04c6438f4c
tree7f58c016c39b4839e579ef9905b3edb5ce4fd01f
parent2d571046e15d3f4c4cbe5a68173cdf12e99cb3ca
Support HTTPCore 0.13 (#1588)

* Support HTTPCore 0.13

* Update httpcore minimum version

* Call into 'handle_async_request', not 'arequest'

* Drop unintentional commit

* Update tests
httpx/_transports/default.py
setup.py
tests/test_exceptions.py