v1.6.4
π Chonkie v1.6.4
π Fixes
- Pandas Import Fix : Fixed
import chonkiefailing withModuleNotFoundError: No module named 'pandas'when installed without the[table]extra. The pandas import inutils/table_converter.pyis now lazy-loaded, matching the existing pattern for optional dependencies. By @Pringled in #566
Tip
If you encountered ModuleNotFoundError: No module named 'pandas' on v1.6.3, upgrading to v1.6.4 resolves the issue:
pip install --upgrade chonkieFull Changelog: v1.6.3...v1.6.4