feat: implement error handling middleware with request ID tracking for improved error responses

This commit is contained in:
Abhimanyu Saharan
2026-02-07 03:14:30 +05:30
parent a4442eb9d5
commit 19323e25de
5 changed files with 278 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ dependencies = [
dev = [
"black==24.10.0",
"flake8==7.1.1",
"httpx==0.27.0",
"isort==5.13.2",
"mypy==1.11.2",
"pytest==8.3.3",