In the turbopuffer-python client, the namespace.query() overloads had no return type annotations. The VectorResult type was also not exported from the package. As a result, type checkers and IDEs could not infer what a query returned, which was reported as a typing gap in the client.