Rename KYC models (Application/Profile) and add public schema with MongoDB
All checks were successful
Build Docker Image / build (push) Successful in 3m7s

This commit is contained in:
Ruslan Bakiev
2026-01-21 09:19:37 +07:00
parent ef4b6b6b1b
commit 91fb2ec0dc
10 changed files with 607 additions and 66 deletions

View File

@@ -19,7 +19,8 @@ dependencies = [
"sentry-sdk (>=2.47.0,<3.0.0)",
"pyjwt (>=2.10.1,<3.0.0)",
"cryptography (>=41.0.0)",
"temporalio (>=1.20.0,<2.0.0)"
"temporalio (>=1.20.0,<2.0.0)",
"pymongo (>=4.16.0,<5.0.0)"
]
[build-system]