diff --git a/odoo-stubs/http.pyi b/odoo-stubs/http.pyi index 9065aad..7132d02 100644 --- a/odoo-stubs/http.pyi +++ b/odoo-stubs/http.pyi @@ -261,7 +261,7 @@ class Request: def get_json_data(self): ... def make_response( self, - data: str, + data: str | bytes | bytearray | None, headers: list[tuple[str, Any]] | None = ..., cookies: Mapping | None = ..., status: int = ...,