feat: enable ORJSONResponse and update FastAPI configuration

This commit is contained in:
2025-08-05 18:00:57 +03:00
parent ab1d066fdd
commit 0aabf51aca
3 changed files with 42 additions and 2 deletions

View File

@ -9,6 +9,7 @@ dependencies = [
"asyncpg>=0.30.0",
"fastapi>=0.116.1",
"gunicorn>=23.0.0",
"orjson>=3.11.1",
"pydantic>=2.11.7",
"python-dotenv>=1.1.1",
"redis[hiredis]>=6.2.0",