Skip to content

v1.6.4

Choose a tag to compare

@chonknick chonknick released this 21 Apr 20:50

πŸš€ Chonkie v1.6.4

πŸ› Fixes

  • Pandas Import Fix : Fixed import chonkie failing with ModuleNotFoundError: No module named 'pandas' when installed without the [table] extra. The pandas import in utils/table_converter.py is 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 chonkie

Full Changelog: v1.6.3...v1.6.4