Pytubes

Latest version: v0.8.1

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.1

Trying to create a pyarrow table that has an empty (all zero-length) column of string values fails. This is because the underlying buffer is empty, and c++ just gives us a null pointer. Pyarrow validates that the buffer passed to the array creation functions is non-null.

This was fixed by allocating and saving a correctly aligned pointer to an empty buffer, and returning that in cases where we would try to use a null pointer.

0.8.0

Pytubes 0.8.0 brings support for creating PyArrow tables efficiently from tubes, allowing a method to generate pyarrow/pandas tables without python overheads

This release is being made using a new github actions workflow that provides binary wheels for multiple python versions on Linux, Windows, and OSX as well as deploying docs and artifacts automatically.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.