This is a patch release to fix a packaging issue where missing optional dependencies could cause an ImportError on startup.
Bug Fixes
- Core Imports: Updated
__init__.pyto use resilienttry/exceptblocks for all external connectors (Kafka, PyArrow, etc.). Users can now run core modules or the new storage tools (e.g.,pip install dynamic-des[parquet]) without encountering startup crashes from missingaiokafkadependencies.
Full Changelog: v0.8.0...v0.8.1