[CHORE] update dependencies, unsafe pip packages, fastapi (#1609)

* d

* middleware needs to be initialised before startup

runs on python3.11

update secp256k1

update psycopg

* update fastapi to v0.103

* fix webpush

* bump dependencies

* ruff issue

* lock versions

* bump versions

---------

Co-authored-by: jacksn <jkranawetter05@gmail.com>
This commit is contained in:
dni ⚡
2023-09-25 10:54:02 +01:00
committed by GitHub
co-authored by jacksn
parent d3d1010360
commit a8082f798f
7 changed files with 971 additions and 837 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ async def create_payment(
fee,
(
json.dumps(extra)
if extra and extra != {} and type(extra) is dict
if extra and extra != {} and isinstance(extra, dict)
else None
),
webhook,