Skip to content

Commit 373fcad

Browse files
committed
pyln-proto: upgrade coincurve
This upgrade includes ofek/coincurve#188 which fix an issue with a license file during installation on some systems. Signed-off-by: Peter Neuroth <[email protected]>
1 parent fc2fb7c commit 373fcad

File tree

2 files changed

+7
-60
lines changed

2 files changed

+7
-60
lines changed

contrib/pyln-proto/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.9.2,<4.0"
1111
dependencies = [
1212
"base58>=2.1.1",
1313
"bitstring>=4.3.0",
14-
"coincurve==20.0.0",
14+
"coincurve",
1515
"cryptography>=46",
1616
"PySocks>=1"
1717
]
@@ -27,3 +27,6 @@ packages = ["pyln"]
2727
[build-system]
2828
requires = ["hatchling>=1.0.0"]
2929
build-backend = "hatchling.build"
30+
31+
[tool.uv.sources]
32+
coincurve = { git = "https://github.com/ofek/coincurve", rev = "435d4a22f6e104712016064bf8373a29593cccd2" }

uv.lock

Lines changed: 3 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)