feat: update le docs logic

This commit is contained in:
2026-06-09 20:14:27 +03:00
parent 14df805209
commit cc75f61e76
23 changed files with 420 additions and 262 deletions

View File

@@ -4,14 +4,14 @@ version = "0.1.0"
description = "Admin service for legal entities and B2B operations"
requires-python = "==3.12.*"
dependencies = [
"acryl-datahub>=1.5.0.19",
"acryl-sqlglot>=25.25.2.dev9",
"aiobotocore>=2.21.0",
"acryl-datahub==1.5.0.19",
"acryl-sqlglot==25.25.2.dev9",
"aiobotocore==2.21.0",
"apscheduler==3.11.2",
"asyncpg==0.31.0",
"bcrypt==5.0.0",
"bip-utils>=2.9.3",
"cryptography>=44.0.0",
"bip-utils==2.9.3",
"cryptography==44.0.0",
"dotenv==0.9.9",
"fastapi==0.128.7",
"granian==2.6.1",
@@ -19,7 +19,7 @@ dependencies = [
"orjson==3.11.7",
"pydantic-settings==2.12.0",
"python-jose==3.5.0",
"python-multipart>=0.0.20",
"python-multipart==0.0.20",
"python-ulid==3.1.0",
"redis==7.2.0",
"sqlalchemy==2.0.46",