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 container and dependencies #132

Closed volcan01010 closed 4 months ago

volcan01010 commented 4 months ago

This commit also adds pip-tools for dependency management. The versions of FastAPI and related core libraries (starlette, pydantic) were set to match versions in the container.

volcan01010 commented 4 months ago

This work relates to #131

volcan01010 commented 4 months ago

For consistency, the General rules should return their values in the standard 'desc', 'line', 'group' order. This would be a change to the underlying library.

ximenesuk commented 4 months ago

@volcan01010 do you want to check and merge? I'll then rebase my other branches and open a PR.