library · inferred from evidence
turbopuffer-python
A Python library mentioned in the context of a GitHub issue regarding the `py.typed` marker file.
- 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
- turbopuffer-python: query() missing VectorResult return type
This was fixed upstream: PR #5 added the return types and exported `VectorResult`, and the change shipped in the 0.1.3 release. Update `turbopuffer` to 0.1.3 or later to get typed query results. Source: https://github.com/turbopuffer/turbop