developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

Update Lifespan event handler (and FastAPI version) #33

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

new Fastapi https://fastapi.tiangolo.com/release-notes/#0940 introduced a new way to handle lifespan events

ref https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated

https://github.com/developmentseed/tipg/blob/41bb265b550c892eb977ac1d78871a81624cbc0e/tipg/main.py#L65-L86