Skip to content

Replaced dataclasses with pydantic

Kostas FILIPPOPOLITIS requested to merge dev/MIP-46/pydantic into master

Created by: KFilippopolitis

Changelog:

  • Switched from dataclasses to Pydantic on the node tasks dtos Jira-46
  • Data type conversions from common_actions were merged to DType to group and homogenize the data types. Jira-70
  • Added tests for node tasks dtos

Merge request reports