developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
766 stars 157 forks source link

latest version of Starlette (fastapi>=0.94) breaking changes #606

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

in starlette >=0.26 there was an introduction of a breaking change for the url_path_for url_for methods which now returns URL class instance instead of a string : https://github.com/encode/starlette/pull/1385

this breaks TiTIler in place like https://github.com/developmentseed/titiler/blob/4975fc38587311ab1fdb701098d5a74e3b539643/src/titiler/core/titiler/core/factory.py#L780-L797