We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b8838 + e7ece5a commit bfcac0eCopy full SHA for bfcac0e
ogc_api_processes_fastapi/exceptions.py
@@ -77,7 +77,7 @@ def ogc_api_exception_handler(
77
status=exc.status_code,
78
detail=exc.detail,
79
instance=str(request.url),
80
- ).dict(exclude_none=True),
+ ).model_dump(exclude_none=True),
81
)
82
83
0 commit comments