Skip to content

Commit 77697fa

Browse files
committed
chore: use non-deprecated serialization method
1 parent 2ea5cad commit 77697fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/common/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"application/json": {
1818
"example": ErrorResponse(
1919
status=401, type="UnauthorizedException", message="Token validation failed"
20-
).dict()
20+
).model_dump()
2121
}
2222
},
2323
},

0 commit comments

Comments
 (0)