Fix warnings; use httpx2 and authors_str

This commit is contained in:
Joakim Hellsén 2026-05-31 01:04:58 +02:00
commit c481c7c88f
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
14 changed files with 65 additions and 49 deletions

View file

@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"fastapi",
"httpx",
"httpx2",
"jinja2",
"lxml",
"markdownify",