Closed tombulled closed 2 years ago
pydantic comes with a slight time cost, and is slightly overkill for the requirements of this library. The built-in dataclasses implementation should be perfectly adequate, therefore this PR removes usage of pydantic in favour of dataclasses
pydantic
dataclasses
pydantic
comes with a slight time cost, and is slightly overkill for the requirements of this library. The built-indataclasses
implementation should be perfectly adequate, therefore this PR removes usage ofpydantic
in favour ofdataclasses