Skip to content

v0.3.1: Fixes for handling of typing.future.Args

Latest

Choose a tag to compare

@merle-rosaia merle-rosaia released this 08 Jul 20:17
· 6 commits to main since this release

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.1

Fixes

  • Fixed type checking of typing.future.Args in Pipework, preventing it from throwing an exception when an unexpected value is passed to the returns parameter of Node.

Refer to the documentation for the full details.