lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

[Bug]: Python library is missing a py.typed file

Open oliverdain opened this issue 9 months ago • 4 comments

What happened?

The Python library installed via pip install lakefs does appear to have type hints. However, mypy won't use them unless there's a py.typed file in the package. As such mypy won't type check any code that uses lakefs.

Expected behavior

It has a py.typed file and mypy will use the type hints.

lakeFS version

0.6.0

How lakeFS is installed

pip install lakefs

Affected clients

Python lakefs client 0.6.0

Relevant log output

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


### Contact details

[email protected]

oliverdain avatar May 07 '24 19:05 oliverdain