Skip to content

deps: update httpx2 requirement from >=2.0.0 to >=2.4.0 - #33

Merged
ManSio merged 1 commit into
masterfrom
dependabot/pip/httpx2-gte-2.4.0
Jun 15, 2026
Merged

deps: update httpx2 requirement from >=2.0.0 to >=2.4.0#33
ManSio merged 1 commit into
masterfrom
dependabot/pip/httpx2-gte-2.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on httpx2 to permit the latest version.

Release notes

Sourced from httpx2's releases.

v2.4.0

What's Changed

New Contributors

Full Changelog: pydantic/httpx2@v2.3.0...v2.4.0

Changelog

Sourced from httpx2's changelog.

2.4.0 (June 11th, 2026)

Added

  • Add HTTPXDeprecationWarning, a UserWarning subclass shown by default so deprecations are visible without enabling warnings. (#1029)

Changed

  • Limit the number of chained Content-Encoding decoders to 5. (#1027)
  • Allow version 15 of rich in the cli extra. (#1015)

Fixed

  • Parse an empty Digest auth realm without crashing. (#1023)
  • Decode IDNA labels in non-leading host positions. (#1018)

2.3.0 (June 1st, 2026)

Changed

  • Use truststore instead of certifi for default SSL verification, loading the operating system's trust store. (#209)

Fixed

  • Raise when verify is a string path and a client-side cert is also provided to create_ssl_context. (#990)
  • Allow a default_encoding callable to return None. (#951)
  • Make the zstd import optional on Python 3.14. (#1000)
  • Store elapsed time on the stream wrapper to avoid reference cycles. (#948)

2.2.0 (May 16th, 2026)

Fixed

  • Handle multi-frame zstd streams split across chunks. (#946)

Changed

  • Lazily import the _main CLI module to speed up import httpx2. (#947)

2.1.0 (May 15th, 2026)

Removed

  • Drop support for Python 3.9. (#208)

Added

  • Add support for Python 3.14. (#208)
  • Use stdlib compression.zstd for Zstd decompression on Python 3.14+; fall back to the zstandard package on older versions. (#932)
  • Bundle LICENSE.md in the sdist. (#938)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [httpx2](https://github.com/pydantic/httpx2) to permit the latest version.
- [Release notes](https://github.com/pydantic/httpx2/releases)
- [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md)
- [Commits](pydantic/httpx2@v2.0.0...v2.4.0)

---
updated-dependencies:
- dependency-name: httpx2
  dependency-version: 2.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@ManSio
ManSio merged commit 97e6014 into master Jun 15, 2026
6 of 8 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/httpx2-gte-2.4.0 branch June 15, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant