SundarShankar89
SundarShankar89
Fixes pipeline test for timezone
## Changes This PR addresses broken tests following blueprint bug fixes by updating test configurations to include six new required boolean configuration fields. It ensures compatibility with recent blueprint changes...
Improve LLM Notes
Enhance `read_text` inside `Paths.py` to accept a additional keyword argument encoding
What does this PR do? - Introduces a speculative encoding detector using the `chardet` library to better handle encoding detection when reading files. The change aims to improve the confidence...
- Adds support for correct serialization and deserialization of bool type fields in dataclass objects. This ensures that boolean fields with a value of False are properly handled and not...