mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
pyln-testing: allow protobuf v4
I need to update gprcio-tools, but it needs protobuf v4. Christian
added this restriction in a99509db36
to
"Update protobuf dependency to silence dependabot", but perhaps it's
time to actually update?
```
$ poetry update
Updating dependencies
Resolving dependencies... (1.0s)
Because pyln-testing (23.05rc2) @ file:///home/rusty/devel/cvs/lightning/contrib/pyln-testing depends on protobuf (>=3.20.3,<4)
and grpcio-tools (1.54.0) depends on protobuf (>=4.21.6,<5.0dev), pyln-testing (23.05rc2) @ file:///home/rusty/devel/cvs/lightning/contrib/pyln-testing is incompatible with grpcio-tools (1.54.0).
So, because cln-meta-project depends on both grpcio-tools (1.54.0) and pyln-testing (23.05rc2) @ file:///home/rusty/devel/cvs/lightning/contrib/pyln-testing, version solving failed.
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ade350e55b
commit
56eb24280c
@ -22,7 +22,7 @@ Flask = "^2.0.3"
|
|||||||
cheroot = "^8.6.0"
|
cheroot = "^8.6.0"
|
||||||
psutil = "^5.9.0"
|
psutil = "^5.9.0"
|
||||||
grpcio = ">=1.47"
|
grpcio = ">=1.47"
|
||||||
protobuf = ">=3.20.3,<4"
|
protobuf = ">=3.20.3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pyln-client = { path = "../pyln-client", develop = true}
|
pyln-client = { path = "../pyln-client", develop = true}
|
||||||
|
Loading…
Reference in New Issue
Block a user