Package versions should be attached to annotations. This is important for reproducibility and maintainability over time.
Implementation guidance: It would be too cumbersome to pin all the annotations for a particular package to a single version number. We will take a more lightweight approach. Individual annotations will have an optional field for package version. This can be bumped when breaking changes are made to the package's API.
Once implemented here, the Python and R flow graph packages should be updated to resolve annotations using the versioning information.
Package versions should be attached to annotations. This is important for reproducibility and maintainability over time.
Implementation guidance: It would be too cumbersome to pin all the annotations for a particular package to a single version number. We will take a more lightweight approach. Individual annotations will have an optional field for package version. This can be bumped when breaking changes are made to the package's API.
Once implemented here, the Python and R flow graph packages should be updated to resolve annotations using the versioning information.