Minor observation following PR #5032 The API imports Starlette in main.py: https://github.com/microsoft/AzureTRE/blob/5cf89f0e6b7caff8c029efb43905815858f38747/api_app/main.py#L11-L12 But it is not tracked or pinned in the API's [requirements.txt](https://github.com/microsoft/AzureTRE/blob/main/api_app/requirements.txt)
Minor observation following PR #5032
The API imports Starlette in main.py:
AzureTRE/api_app/main.py
Lines 11 to 12 in 5cf89f0
But it is not tracked or pinned in the API's requirements.txt