Files
meta-openembedded/meta-python/recipes-devtools/python/python3-httpx2_2.10.0.bb
T
Wang Mingyu d416018cc7 python3-httpx2: upgrade 2.9.1 -> 2.10.0
Changelog:
=============
- Add support for running on WebAssembly / Emscripten via Pyodide, using a
  JavaScript fetch-based transport defined in httpx2-jsfetch.
- Add max_event_size to cap SSE event buffering.
- Add RFC 9110 status code constants.
- Add support for Python 3.15.
- Improve SSE chunk buffering performance.
- Skip cookie extraction for responses without Set-Cookie headers.
- Return str | None instead of Any from Headers.get.
- Enforce the WebSocket max message size across fragmented messages.
- Ignore unsolicited and duplicate WebSocket Pong frames.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-19 14:27:43 -07:00

23 lines
560 B
BlitzBasic

SUMMARY = "The next generation HTTP client."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=166cfc32dc0986f87a7e950553b52e5e"
SRC_URI[sha256sum] = "8741d7329fe2c7885fc9ceb61c8217acfb87a85f75723714b89ebf7ad7196338"
inherit pypi python_hatchling
DEPENDS += " \
python3-uv-dynamic-versioning-native \
python3-hatch-fancy-pypi-readme-native \
python3-jinja2-native \
python3-tomlkit-native \
python3-dunamai-native \
"
RDEPENDS:${PN} += " \
python3-core \
python3-logging \
python3-h2 \
python3-idna \
"