chore: replace secp256k1 with coincurve (#3609)

This commit is contained in:
dni ⚡ 2025-12-02 09:41:49 +01:00 committed by GitHub
parent ad8b70a098
commit 6122a03f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 231 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "lnbits"
version = "1.3.1"
version = "1.4.0-rc1"
requires-python = ">=3.10,<3.13"
description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
@ -41,10 +41,6 @@ dependencies = [
"fastapi-sso==0.18.0",
# needed for boltz, lnurldevice, watchonly extensions
"embit==0.8.0",
# needed for lnurlp, nostrclient, nostrmarket
"secp256k1==0.14.0",
# keep for backwards compatibility with lnurlp
"environs==14.2.0",
# needed for scheduler extension
"python-crontab==3.2.0",
"pynostr==0.6.2",
@ -54,6 +50,7 @@ dependencies = [
"bcrypt==4.3.0",
"jsonpath-ng==1.7.0",
"pillow>=12.0.0",
"python-dotenv>=1.2.1",
]
[project.scripts]