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,4 +1,4 @@
from pydantic import BaseModel
from pydantic.v1 import BaseModel
class FundingSourceConfig(BaseModel):