Only the in-development develop (7.6-dev) models are generated/committed. When QE tags a release containing the new schema (≥ 7.6), run fetch + def2xml + xml2pydantic for that tag so users can pin to a released version. The version-gating machinery (MIN_VERSION, per-version directories) is already in place.
Only the in-development
develop(7.6-dev) models are generated/committed. When QE tags a release containing the new schema (≥ 7.6), runfetch+def2xml+xml2pydanticfor that tag so users can pin to a released version. The version-gating machinery (MIN_VERSION, per-version directories) is already in place.