- Fix type annotation issues with decorator parameters that could cause type errors in strict type checking - Use `Sequence` instead of `List` for better type variance compatibility - Add test case that validates type compatibility
0.12.0
- Add support for regex patterns used with column dtype validation
0.11.0
- Update function parameter types for better type safety - Fix missing return statement in df_log decorator - Added stricter mypy type checking settings
0.10.1
- Built and published with UV. No functional changes