feat(account): GET /me user endpoint only, disable cache and extra routers

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-12 20:44:35 +03:00
commit d94dd31439
107 changed files with 5083 additions and 0 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[project]
name = "bit-users"
version = "0.1.0"
description = "Add your description here"
requires-python = "==3.12.*"
dependencies = [
"apscheduler==3.11.2",
"asyncpg==0.31.0",
"dotenv==0.9.9",
"fastapi==0.128.7",
"itsdangerous==2.2.0",
"pydantic-settings==2.12.0",
"python-jose==3.5.0",
"python-ulid==3.1.0",
"sqlalchemy==2.0.46",
"uvloop==0.22.1; platform_system != 'Windows'",
"granian==2.6.1",
"hvac==2.4.0",
"redis==7.2.0",
"orjson==3.11.7",
"bcrypt==5.0.0",
"faststream[rabbit]==0.6.6",
]