Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update models to vrs 2.0.0 community review ballot (#471)
close #469 * Update modules to vrs [2.0.0-ballot.2024-11.3](https://github.com/ga4gh/vrs/tree/2.0.0-ballot.2024-11.3) tag * Rename class `_Ga4ghIdentifiableObject` to `Ga4ghIdentifiableObject` * Removes `entity_models` and `domain_models` from `ga4gh.core`. Now, all gks-core models are in `ga4gh.core.models`. * gks-core includes `date` and `datetime` as primitives, however the builtin `datetime` module already provides these. Initially, I kept them as Pydantic Root Models but I think we should just leverage the `datetime` module instead.
- Loading branch information