]> git.ipfire.org Git - thirdparty/httpx.git/commit
Introduce new `SSLContext` API & escalate deprecations. (#3319)
authorTom Christie <tom@tomchristie.com>
Mon, 28 Oct 2024 14:30:08 +0000 (14:30 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 14:30:08 +0000 (14:30 +0000)
commit8e36f2bc685dfbe43cd7503bc1c422a6ed6e05a5
tree4c318be5e56dca90a263b93e6f95184290e5e19e
parent3f76571d3429497c4ee4ecf5d8bc034b6f765957
Introduce new `SSLContext` API & escalate deprecations. (#3319)

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
29 files changed:
.github/CONTRIBUTING.md
.github/workflows/test-suite.yml
CHANGELOG.md
docs/advanced/ssl.md
docs/compatibility.md
docs/environment_variables.md
docs/logging.md
httpx/__init__.py
httpx/__version__.py
httpx/_api.py
httpx/_client.py
httpx/_compat.py [deleted file]
httpx/_config.py
httpx/_content.py
httpx/_decoders.py
httpx/_main.py
httpx/_transports/asgi.py
httpx/_transports/default.py
httpx/_types.py
httpx/_urls.py
httpx/_utils.py
pyproject.toml
tests/client/test_proxies.py
tests/conftest.py
tests/models/test_url.py
tests/test_asgi.py
tests/test_config.py
tests/test_utils.py
tests/test_wsgi.py