BritishGeologicalSurvey / pyagsapi

pyagsapi - An AGS Utilities API with AGS v4.x Schema Validation & Converter for .ags<-->.xslx files
https://britishgeologicalsurvey.github.io/pyagsapi/
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Update fastapi & starlette; return https in external responses #134

Closed ximenesuk closed 4 months ago

ximenesuk commented 4 months ago

This merge request updates two dependencies, pinning fastapi to 0.110.0 and starlette to 0.36.3.

It also ensures responses contain https: in the self field is in the environment AGS_API_ENV is set to 'PRODUCTION'. If the variable is missing or set to any other value the response will contain http:

volcan01010 commented 4 months ago

This worked after I'd spelled AGS_PAI_ENV correctly...