• v1.0.3 929d248a3a

    build: re-pin aioweb to v1.1.0 (inherit the request() hang-guard)

    dsql released this 2026-07-27 15:33:35 +00:00 | 1 commits to main since this release

    aioweb v1.1.0 adds an outer asyncio deadline on every request so a wedged backend can't
    park the loop forever. TLSSession inherits request()/request_with_retries unchanged, so
    the guard applies to the curl_cffi/noble backends with no code change here. patch bump -
    dependency-only, no aioweb_tls API change.

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads