chore: update lnurl lib to v0.8.0 (#102)

This commit is contained in:
dni ⚡ 2025-08-21 17:15:17 +02:00 committed by GitHub
commit e48be221b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 2356 additions and 574 deletions

View file

@ -1,5 +1,4 @@
from datetime import datetime, timezone
from typing import Optional
from fastapi import Query
from pydantic import BaseModel, Field
@ -62,4 +61,4 @@ class PayLink(BaseModel):
disposable: bool
# TODO deprecated, unused in the code, should be deleted from db.
domain: Optional[str] = None
domain: str | None = None