Skip to content

Commit 0ca833f

Browse files
king-11madelinevibes
authored andcommitted
fix: coincurve build issue
hatchling build requires license file but the build that coincurve 21.0.0 uses doesn’t account for that in `build_hatch.py` this was added to prevent need of `cffi` as a runtime dependency but we can probably live without it until it gets fixed. change MR: ofek/coincurve#176 reported issue: ofek/coincurve#187
1 parent d428998 commit 0ca833f

File tree

2 files changed

+5
-70
lines changed

2 files changed

+5
-70
lines changed

contrib/pyln-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.8,<4.0"
1111
dependencies = [
1212
"base58>=2.1.1",
1313
"bitstring>=4.1.0",
14-
"coincurve>=20",
14+
"coincurve==20.0.0",
1515
"cryptography>=42",
1616
"PySocks>=1"
1717
]

uv.lock

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

0 commit comments

Comments
 (0)