Closed ajshedivy closed 2 months ago
Assess the need for the dataclasses-json dependency. It may be redundant and not needed as python is dynamically typed. Instead of using explicit types, we could use a more pythonic approach and validate dictionary keys for required input
dataclasses-json
keep the use of dataclassess for TP1
Assess the need for the
dataclasses-json
dependency. It may be redundant and not needed as python is dynamically typed. Instead of using explicit types, we could use a more pythonic approach and validate dictionary keys for required input