deckflow-core v0.1.1
GitHub-only patch release. This version is not published to PyPI.
Highlights
- Prevent
--reportfrom overwriting inputs, outputs, project records, or existing reports. - Restrict
parse --overwriteto 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.whlOr 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 providersSee SHA256SUMS for artifact checksums.