]> git.ipfire.org Git - thirdparty/httpx.git/commit
add missing type hints to __init__(...) (#2938)
authorPetr Belskiy <petr.belskiy@gmail.com>
Fri, 17 Nov 2023 13:58:51 +0000 (16:58 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 13:58:51 +0000 (17:58 +0400)
commit87f39f12c9ecdd0ebcd8d017235698e72567e9c7
treea5087336251568a2b13db22634b574d877baa712
parentc51e0466be600af7f36c72fca084f16a91bce9d2
add missing type hints to __init__(...) (#2938)

* add missing type hints to __init__

https://peps.python.org/pep-0484/

* add info to changelog

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
CHANGELOG.md
httpx/_auth.py
httpx/_client.py
httpx/_config.py
httpx/_content.py
httpx/_decoders.py
httpx/_models.py
httpx/_transports/default.py
tests/client/test_async_client.py
tests/client/test_auth.py
tests/client/test_client.py