stage one moving to last fastapi version supporting pydantic.v1

This commit is contained in:
dni ⚡
2026-03-25 09:39:22 +01:00
parent 2cce687865
commit ed02802ad6
28 changed files with 351 additions and 130 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import random
import string
from pydantic import BaseModel
from pydantic.v1 import BaseModel
from lnbits.wallets import get_funding_source, set_funding_source