httpx/httpx
Tom Christie 326b9431c7
Version 0.27.0 (#3095)
* Version 0.27.0

* Update CHANGELOG.md (#3097)

wrong year I think? I'm new to github so idk if I'm doing this right

Co-authored-by: ReadyRainFor <119354484+ReadyRainFor@users.noreply.github.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Rain <119354484+Rainkenstein@users.noreply.github.com>
Co-authored-by: ReadyRainFor <119354484+ReadyRainFor@users.noreply.github.com>
2024-02-21 13:06:19 +00:00
..
_transports Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
__init__.py Add NetRCAuth() class. (#2535) 2023-01-12 11:27:46 +00:00
__version__.py Version 0.27.0 (#3095) 2024-02-21 13:06:19 +00:00
_api.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_auth.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_client.py Deprecate app=... in favor of explicit WSGITransport/ASGITransport. (#3050) 2024-02-02 13:29:41 +00:00
_compat.py Add support for Python 3.12 (#2854) 2023-09-21 15:35:56 +01:00
_config.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_content.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_decoders.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_exceptions.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_main.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_models.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_multipart.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_status_codes.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_types.py Add the 'proxy' parameter and deprecate 'proxies'. (#2879) 2023-12-11 17:55:52 +04:00
_urlparse.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
_urls.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +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