downgrade pyln from 0.12.0 to 0.11.1 (#1021)

This commit is contained in:
calle 2022-09-30 13:55:46 +02:00 committed by GitHub
parent b2a26b0a7a
commit 4ad3c84152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 9 deletions

View file

@ -62,7 +62,7 @@ cffi = "1.15.0"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
protobuf = "^4.21.6"
pyln-client = "^0.12.0"
pyln-client = "0.11.1"
[tool.poetry.dev-dependencies]
isort = "^5.10.1"