Async-graph-data-flow

Latest version: v1.4.0

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

Scan your dependencies

1.4.0

Added
- Python 3.12 is officially supported and tested on CI.
- Added a technical notes page to the Sphinx documentation.

1.3.0

Added
- `AsyncGraph.add_node` has the new keyword argument `check_async_gen`
to optionally disable the async generator function check for advanced usage.

1.2.0

Added
- An `AsyncExecutor` instance now has the `start_nodes` property.
It maps start nodes to their arguments passed in at the beginning of graph execution.

Fixed
- Before a graph executes, the `exceptions` property of an `AsyncExecutor` instance
now returns `None`. Previously, accessing this property before graph execute
would raise an exception.

1.1.0

Added
- Keep track of and expose exceptions. (6)

1.0.0

First release!

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.