Closed agorajek closed 1 month ago
Remove pydantic from the DJ client to lower the dependency hell for DJ users.
Some pydantic functionality (like validate and simple attributes) are replaced with data classes.
Unit tests for now. Need to do more.
make check
make test
deploy and profit
Summary
Remove pydantic from the DJ client to lower the dependency hell for DJ users.
Some pydantic functionality (like validate and simple attributes) are replaced with data classes.
Test Plan
Unit tests for now. Need to do more.
make check
passesmake test
shows 100% unit test coverageDeployment Plan
deploy and profit