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

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>
This commit is contained in:
2026-07-27 11:33:35 -04:00
parent a37805cad1
commit 929d248a3a
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
[project]
name = "aioweb_tls"
version = "1.0.2"
version = "1.0.3"
description = "TLS-fingerprinting backends (curl_cffi / noble_tls) for aioweb via one injectable TLSSession, config-free, installable."
requires-python = ">=3.10"
dependencies = [
"aioweb @ git+https://git.rethinkstudios.io/rethink-public/aioweb.git@v1.0.2",
"aioweb @ git+https://git.rethinkstudios.io/rethink-public/aioweb.git@v1.1.0",
]
[project.optional-dependencies]