DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Change the apischema serialisation to pydantic #125

Closed abbiemery closed 1 year ago

abbiemery commented 1 year ago

As part of the move to unifiy our tools to use pydantic, the loading/serialisation part of this codebase needs changing.

abbiemery commented 1 year ago

Additional motivation, the bump up in api schema is a breaking change, which is why apischema is currently pinned. #104