• v0.2.1 83a156fd31

    fix: forward per-request timeout to geo lookups on an injected session

    dsql released this 2026-06-29 05:10:25 +00:00 | 7 commits to main since this release

    _get_json applied the timeout only when it created the session; when the caller passed their own session=, the timeout was silently dropped and the session default (aiohttp's 300s) governed. the per-request timeout is now passed to session.get(timeout=...) on both the owned and injected paths.

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

    Downloads