Skip to content

deckflow-core v0.1.1

Choose a tag to compare

@iguangfei iguangfei released this 29 Jul 02:38

GitHub-only patch release. This version is not published to PyPI.

Highlights

  • Prevent --report from overwriting inputs, outputs, project records, or existing reports.
  • Restrict parse --overwrite to complete Deckflow-owned Parse Bundles and protect inputs inside output trees.
  • Report editor provider crashes after readiness as execution failures.
  • Reject unsafe editor page IDs and symlink/path traversal outside deck/pages.
  • Require exact managed-provider versions and report override pinning accurately.

Install from GitHub

pip install https://github.com/deckflow/deckflow-core/releases/download/v0.1.1/deckflow_core-0.1.1-py3-none-any.whl

Or install without modifying a virtual environment:

python3 -m pip install --target ~/.deckflow/core/0.1.1 \
  https://github.com/deckflow/deckflow-core/releases/download/v0.1.1/deckflow_core-0.1.1-py3-none-any.whl
PYTHONPATH=~/.deckflow/core/0.1.1 python3 -m deckflow_core providers

See SHA256SUMS for artifact checksums.