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.
[x] Bug fix (non-breaking change which fixes an issue)
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.