The [STAC Context Extension is deprecated ](https://github.com/stac-api-extensions/context) and users should be discouraged from using it. This could be done using [PEP 562's __getattr__](https://peps.python.org/pep-0562/) to mark module-level variables deprecated (e.g. [this deprecated constant in pystac](https://github.com/stac-utils/pystac/blob/858f43fd250865e80219cbd9d5d1f9ba43063a47/pystac/summaries.py#L28-L43)) or by simply removing the extension from the code base.