chore: update lnurl library (#87)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled

* chore: update lnurl library
This commit is contained in:
dni ⚡ 2025-07-17 16:57:29 +02:00 committed by GitHub
commit 0e0af4d656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1229 additions and 486 deletions

View file

@ -3,10 +3,11 @@ name = "lnbits-lnurlp"
version = "0.0.0"
description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = ["Alan Bits <alan@lnbits.com>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10 | ^3.9"
lnbits = {version = "*", allow-prereleases = true}
python = "~3.12 | ~3.11"
lnbits = {version = "1.3.0-rc1", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"