cdisc-org/usdm

Fix Pydantic 2 Updates

Closed this issue · 1 comments

Pydantic 2 updates have stopped some of the tests running. Need to fix these

Had to change some of the imports, from, as an example

from src.usdm_model.code import Code

to

from usdm_model.code import Code