microsoft / planetary-computer-apis

Planetary Computer APIs
MIT License
105 stars 28 forks source link

Upgrade FastAPI to 0.99 and Starlette for OpenAPI 3.1.x Swagger UI Render Support #232

Closed joshimai closed 4 months ago

joshimai commented 5 months ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue) This pull request addresses a bug where the SAS & STAC Catalog API Reference pages aren't rendering. The fix involves upgrading FastAPI to version 0.99 and updating Starlette to ensure compatibility with OpenAPI 3.1.x and proper rendering by the Swagger UI.

How Has This Been Tested?

Passes tests locally

Checklist:

Please delete options that are not relevant.