2.4.1
Refactored
- Refactored
LazyLoadConfiguration.__setstate__to useself.__dict__.update(state)to mimic documentation. - Updating package to include Python 3.14 (and formally adding it to CI pipelines).
LazyLoadConfiguration.__setstate__ to use self.__dict__.update(state) to mimic documentation.