diff --git a/src/tasso/handlers/internal.py b/src/tasso/handlers/internal.py index 997639a..ec2ad85 100644 --- a/src/tasso/handlers/internal.py +++ b/src/tasso/handlers/internal.py @@ -27,7 +27,6 @@ " therefore cannot be used by external clients." ), include_in_schema=False, - response_model=Metadata, response_model_exclude_none=True, summary="Application metadata", )