'Making MyPy happy with aiohttp_pydantic

I'm using the last version of the aiohttp_pydantic library on a Python3.8 project. When I run MyPy, I have this kind of error :

error: Skipping analyzing "aiohttp_pydantic": module is installed, but missing library stubs or py.typed marker

Is there a way to fix it without simply ignoring this error ?
Thanks for your answer.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source