Pypeworks v0.3.1 is a maintenance release aimed at fixing a bug in the handling of typing.future.Args.
Upgrade now using pip:
pip install pypworks==0.3.1Fixes
- Fixed type checking of
typing.future.ArgsinPipework, preventing it from throwing an exception when an unexpected value is passed to thereturnsparameter ofNode.
Refer to the documentation for the full details.