feat: update lnurl lib refactor lnurl endpoints (#3271)

This commit is contained in:
dni ⚡ 2025-07-17 16:03:44 +02:00 committed by GitHub
parent 98f732fb6f
commit a36ab2d408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 417 additions and 723 deletions

View file

@ -20,8 +20,8 @@ fastapi = "0.116.1"
starlette = "0.47.1"
httpx = "0.27.0"
jinja2 = "3.1.6"
lnurl = "0.5.3"
pydantic = "1.10.18"
lnurl = "0.6.8"
pydantic = "1.10.22"
pyqrcode = "1.2.1"
shortuuid = "1.0.13"
sse-starlette = "2.3.6"