Add orjson JSON serializer for FastAPI & structlog performance

This commit is contained in:
2024-11-01 19:17:57 -05:00
parent b561ec6998
commit 43bf96e5c1
6 changed files with 91 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ psycopg2 = "^2.9.10"
structlog = "^24.4.0"
uvicorn = "^0.32.0"
asgi-correlation-id = "^4.3.4"
orjson = "^3.10.10"
[tool.poetry.group.dev.dependencies]