Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Confidence
httpcore ==0.17.3==1.0.9 age confidence

Release Notes

encode/httpcore (httpcore)

v1.0.9

Compare Source

v1.0.8

Compare Source

  • Fix AttributeError when importing on Python 3.14. (#​1005)

v1.0.7

Compare Source

  • Support proxy=… configuration on ConnectionPool(). (#​974)

v1.0.6

Compare Source

  • Relax trio dependency pinning. (#​956)
  • Handle trio raising NotImplementedError on unsupported platforms. (#​955)
  • Handle mapping ssl.SSLError to httpcore.ConnectError. (#​918)

v1.0.5

Compare Source

  • Handle EndOfStream exception for anyio backend. (#​899)
  • Allow trio 0.25.* series in package dependancies. (#​903)

v1.0.4

Compare Source

  • Add target request extension. (#​888)
  • Fix support for connection Upgrade and CONNECT when some data in the stream has been read. (#​882)

v1.0.3

Compare Source

  • Fix support for async cancellations. (#​880)
  • Fix trace extension when used with socks proxy. (#​849)
  • Fix SSL context for connections using the "wss" scheme (#​869)

v1.0.2

Compare Source

  • Fix float("inf") timeouts in Event.wait function. (#​846)

v1.0.1

Compare Source

  • Fix pool timeout to account for the total time spent retrying. (#​823)
  • Raise a neater RuntimeError when the correct async deps are not installed. (#​826)
  • Add support for synchronous TLS-in-TLS streams. (#​840)

v1.0.0

Compare Source

From version 1.0 our async support is now optional, as the package has minimal dependencies by default.

For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.

The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/.

  • Async support becomes fully optional. (#​809)
  • Add support for Python 3.12. (#​807)

v0.18.0

Compare Source

  • Add support for HTTPS proxies. (#​745, #​786)
  • Drop Python 3.7 support. (#​727)
  • Handle sni_hostname extension with SOCKS proxy. (#​774)
  • Handle HTTP/1.1 half-closed connections gracefully. (#​641)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#​762)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 7, 2026
@Medicopter117 Medicopter117 merged commit eecedb9 into main Feb 7, 2026
7 of 8 checks passed
@renovate renovate bot deleted the renovate/httpcore-1.x branch February 7, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant