Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 06:32
· 0 commits to 067ed2bbd51a04db5163ddaf60aafa2f1e242577 since this release

[0.5.0] - 2023-07-27

Changed

  • Updated to Pydantic V2: the new version has useful features such as multiple aliases for fields
  • In Pydantic V2, url fields are stored as a URL class and cannot be directly used as strings - use str(model.url_field) to use them as string.

Fixed

  • Updated some schema fields to reflect latest changes to OLS4 - still a bit of a moving target!