fix all library versions (#1419)

This commit is contained in:
calle 2023-01-26 13:51:12 +01:00 committed by GitHub
parent f6e0301209
commit 9a39a5d5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 72 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "lnbits"
version = "0.9.5.3"
version = "0.9.6.2"
description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = ["Alan Bits <alan@lnbits.com>"]
@ -48,7 +48,7 @@ sniffio = "1.3.0"
sqlalchemy = "1.3.24"
sqlalchemy-aio = "0.17.0"
sse-starlette = "0.6.2"
typing-extensions = "^4.4.0"
typing-extensions = "4.4.0"
uvicorn = "0.18.3"
uvloop = "0.16.0"
watchgod = "0.7"
@ -57,10 +57,10 @@ zipp = "3.11.0"
loguru = "0.6.0"
cffi = "1.15.1"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
protobuf = "^4.21.6"
Cerberus = "^1.3.4"
async-timeout = "^4.0.2"
grpcio = "1.49.1"
protobuf = "4.21.6"
Cerberus = "1.3.4"
async-timeout = "4.0.2"
pyln-client = "0.11.1"
cashu = "0.8.2"
boltz-client = "0.1.3"