The variable `OED_VERSION` it out of sync with the package version of `5.0.x` https://github.com/OasisLMF/ODS_Tools/blob/79531b41fe0825052d8f05a2b551af727eb04de3/ods_tools/oed/oed_schema.py#L13 Add a CI check to fail package publish if this isn't inline with package version (`ods-tools==5.x.x` should be following OED schema 5.x.x)
The variable
OED_VERSIONit out of sync with the package version of5.0.xODS_Tools/ods_tools/oed/oed_schema.py
Line 13 in 79531b4
Add a CI check to fail package publish if this isn't inline with package version (
ods-tools==5.x.xshould be following OED schema 5.x.x)