chore: bump to 1.0.4, re-pin aioweb@v1.2.0

carries the aioweb logging-discipline fix; no aioweb_tls source change.

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-08-10 23:00:50 -04:00
parent 929d248a3a
commit 35d00afd68
+2 -2
View File
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
[project]
name = "aioweb_tls"
version = "1.0.3"
version = "1.0.4"
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.1.0",
"aioweb @ git+https://git.rethinkstudios.io/rethink-public/aioweb.git@v1.2.0",
]
[project.optional-dependencies]