Flightplandb

Latest version: v0.8.2

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

Scan your dependencies

Page 1 of 3

0.8.2

^^^^^^^^^^^^^^^^^^^^
This adds support for Python 3.12.

0.8.1

^^^^^^^^^^^^^^^^^^^^
This makes the library compatible with mypy strict checking, and slightly cleans up the release workflow.

0.8.0

^^^^^^^^^^^^^^^^^^^^
This makes the entire library compatible with PEP-561, so that it can now be used with a static
type checker like mypy. The codebase has been reformatted with black and isort, and the tags
field of a PlanQuery now takes a list of strings, rather than a single string containing
the tags separated by commas and spaces. ``pdf`` is now the only return format which returns bytes;
``native`` returns a dataclass and all other formats return a UTF-8 string.

The changelog has also been updated to include the changes of version 0.5.0 and earlier.
A pre-commit file has been added to ensure all checks will pass before committing.

0.7.2

^^^^^^^^^^^^^^^^^^^^
This fixes a bug in the core API interface where HTTP headers were being passed into
requests as parameters.

0.7.1

^^^^^^^^^^^^^^^^^^^^
This is a minor update, which adds support for Python 3.11 and moves the package configuration
from setup.py to pyproject.toml. No breaking changes have been introduced. A bug has been fixed
which was causing aiohttp to crash on null parameters, and a bug in the quickstart example has
been fixed.

0.7.0

^^^^^^^^^^^^^^^^^^^^
This is another complete rewrite of the library, in which it is entirely converted to async.
This should mean faster execution of parallel requests, and no blocking when called from
another async library. Support for Python 3.7 has been dropped in this release. Python 3.11
is not yet supported as aiohttp does not yet support Python 3.11 at the time of release.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.