Is your feature request related to a problem? Please describe.
Adding Feast as a third-party dependency, and proofing code with MyPy yields error: Skipping analyzing "feast": found module but no type hints or library stubs
Describe the solution you'd like
Call mypy --install-types or pip install feast-types (or similar) will remove this error message
Describe alternatives you've considered
None
Additional context
Thanks!