Merge remote-tracking branch 'origin/dev' into wasm_extensions

This commit is contained in:
Arc
2026-02-25 21:30:24 +00:00
3 changed files with 8 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "lnbits" name = "lnbits"
version = "1.5.0-rc2" version = "1.5.0"
requires-python = ">=3.10,<3.13" requires-python = ">=3.10,<3.13"
description = "LNbits, free and open-source Lightning wallet and accounts system." description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }] authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
Generated
+2 -2
View File
@@ -1247,7 +1247,7 @@ wheels = [
[[package]] [[package]]
name = "lnbits" name = "lnbits"
version = "1.5.0rc2" version = "1.5.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiosqlite" }, { name = "aiosqlite" },
@@ -1372,11 +1372,11 @@ requires-dist = [
{ name = "sqlalchemy", specifier = "==1.4.54" }, { name = "sqlalchemy", specifier = "==1.4.54" },
{ name = "sse-starlette", specifier = "==2.3.6" }, { name = "sse-starlette", specifier = "==2.3.6" },
{ name = "starlette", specifier = "==0.47.1" }, { name = "starlette", specifier = "==0.47.1" },
{ name = "wasmtime", specifier = ">=16.0.0" },
{ name = "typing-extensions", specifier = "==4.15.0" }, { name = "typing-extensions", specifier = "==4.15.0" },
{ name = "uvicorn", specifier = "==0.40.0" }, { name = "uvicorn", specifier = "==0.40.0" },
{ name = "uvloop", specifier = "==0.22.1" }, { name = "uvloop", specifier = "==0.22.1" },
{ name = "wallycore", marker = "extra == 'liquid'", specifier = "==1.5.1" }, { name = "wallycore", marker = "extra == 'liquid'", specifier = "==1.5.1" },
{ name = "wasmtime", specifier = ">=16.0.0" },
{ name = "websocket-client", specifier = "==1.9.0" }, { name = "websocket-client", specifier = "==1.9.0" },
{ name = "websockets", specifier = "==15.0.1" }, { name = "websockets", specifier = "==15.0.1" },
] ]