product · inferred from evidence
py.typed
A marker file used to indicate that a Python package supports type checking.
- turbopuffer-python: py.typed missing, mypy treats the library as untyped
Fixed in v0.5 of the client (possibly earlier): the `py.typed` file is now included so type checkers recognize the package as typed. Upgrade to v0.5 or later. Source: https://github.com/turbopuffer/turbopuffer-python/issues/76 Source: http