pyln-proto: update coincurve to commit 7829b29c08ebb1cc80386a1cdaf8c2243c4ef5c5#9288
Merged
madelinevibes merged 1 commit intoJul 9, 2026
Merged
Conversation
df1fe96 to
6d3375a
Compare
…243c4ef5c5 ``` DEBUG: DEBUG ERROR: Use build.verbose instead of cmake.verbose for scikit-build-core >= 0.10 DEBUG: × Failed to build `coincurve==20.0.0` DEBUG: ├─▶ The build backend returned an error DEBUG: ╰─▶ Call to `hatchling.build.build_wheel` failed (exit status: 7) DEBUG: DEBUG: [stderr] DEBUG: ERROR: Use build.verbose instead of cmake.verbose for scikit-build-core DEBUG: >= 0.10 DEBUG: DEBUG: DEBUG: hint: `coincurve` (v20.0.0) was included because `testpluguv` (v0.1.0) depends on `pyln-client` (v26.6.2) which depends on `pyln-proto` (v26.6.2) which depends on `coincurve` ``` This error is caused because coincurve v20 depends on scikit-build-core>=0.9.0 and they did a new release where using cmake.verbose is no longer a warning but an error. coincurve v21 is using the correct build.verbose but is not working with python 3.14. So we update coincurve to current master until the next release. Changelog-None
6d3375a to
fc42a5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This error is caused because coincurve v20 depending on
scikit-build-core>=0.9.0and they did a new release where usingcmake.verboseis no longer a warning but an error. coincurve v21 is using the correctbuild.verbosebut it is not working with python 3.14. So we update coincurve to current master, which fixes all of this.Changelog-None
Important
26.09 FREEZE August 5th: Non-bugfix PRs not ready by this date will wait for 26.12.
RC1 is scheduled on August 17th
The final release is scheduled for September 7th.
Checklist
Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:
tools/lightning-downgrade