Flowpipe

Latest version: v1.0.2

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

Scan your dependencies

Page 1 of 5

1.0.3

Fixes an error we encountered with printing a node. If a node receives a precomputed input that is a string, and you try to print the node, it errors with the error

python
ValueError: expected '}' before end of string


The reason for that is that it tires to f-print a truncated string representation of a dictionary, which includes a curly brace.
Curly braces, however, have special meaning in f-string. It then errors out since the string input has not been sanitized.

String sanitation before passing the string to the f-string method has now been added!

1.0.1

Add missing loading of module when deserializing nodes from files

1.0.0

- Dropped Py2 support
- Cleanup of Code
- Fix for Pickling Error 168
- FunctionNodes can now be used directly without going through the Node decorator

0.10.1

Add previously deleted Plug._sub_plugs method back in for backwards compatibility.

**Full Changelog**: https://github.com/PaulSchweizer/flowpipe/compare/v0.10.0...v0.10.1

0.10.0

- Addopting poetry
- Code quality

0.9.0

Convenient feature: Make input plugs of nodes available directly on the graph for easy access.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.