chore: update to lnbits 1.3.0-rc3 (#99)

This commit is contained in:
dni ⚡ 2025-08-18 10:34:01 +02:00 committed by GitHub
commit 1cebe56707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 9 deletions

View file

@ -7,7 +7,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "~3.12 | ~3.11"
lnbits = {version = "1.3.0-rc1", allow-prereleases = true}
lnbits = {version = "*", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
@ -24,6 +24,14 @@ build-backend = "poetry.core.masonry.api"
[tool.mypy]
# exclude = "(nostr/*)"
plugins = "pydantic.mypy"
[tool.pydantic-mypy]
init_forbid_extra = true
init_typed = true
warn_required_dynamic_aliases = true
warn_untyped_fields = true
[[tool.mypy.overrides]]
module = [
"lnbits.*",