update pyproject for lnbits

This commit is contained in:
callebtc
2023-01-15 01:23:15 +01:00
parent 58a4896d6e
commit 9919c141ad
2 changed files with 1 additions and 4 deletions

View File

@@ -265,9 +265,6 @@ class LedgerAPI:
try:
# backwards compatibility: parse promises < 0.8 with no "promises" field
promises = PostMintResponseLegacy.parse_obj(reponse_dict).__root__
logger.warning(
"Parsing token with no promises field. Please upgrade mint to 0.8"
)
except:
promises = PostMintResponse.parse_obj(reponse_dict).promises

View File

@@ -24,7 +24,7 @@ sqlalchemy-aio = "^0.17.0"
python-bitcoinlib = "^0.11.2"
h11 = "0.12.0"
PySocks = "^1.7.1"
cryptography = "^38.0.4"
cryptography = "^36.0.1"
websocket-client = "1.3.3"
pycryptodomex = "^3.16.0"
setuptools = "^65.6.3"