Where to find deployed dependency versions? #363
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Our backend dependencies are often changing fast, as we are implementing fixes in upstream libraries like
rio-tiler
and want to try them out in our services.For debugging and diagnostics, it would be super helpful to be able to see which versions are currently deployed on a stage.
What I am looking for is basically the output of
pip freeze
in the case of Python-based APIs, or at least the versions of major dependencies.Some Python packages have interfaces like this, too, like
rasterio.show_versions()
- NB: As an API user, I am not interested in the GDAL version, for example. The rasterio version is enough.Some places I can think of where this info would be nicely accessible would be:
/docs
/healthz
, or some other dedicated endpointAcceptance criteria
The text was updated successfully, but these errors were encountered: