httpx/httpx
Jon Finerty 4de13707ee
Use more permissible types in ASGIApp (#3109)
* Use the type.MutableMapping instead of Dict

MutableMapping is a slightly more permissible type (allowing the previous Dict type) but matches up to Starlettes tpyes

* Update CHANGELOG.md

---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-02-23 13:36:45 +00:00
..
_transports Use more permissible types in ASGIApp (#3109) 2024-02-23 13:36:45 +00:00
__init__.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
__version__.py Version 0.27.0 (#3095) 2024-02-21 13:06:19 +00:00
_api.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_auth.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_client.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_compat.py Add support for Python 3.12 (#2854) 2023-09-21 15:35:56 +01:00
_config.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_content.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_decoders.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_exceptions.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_main.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_models.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_multipart.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_status_codes.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_types.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_urlparse.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_urls.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_utils.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00