NASA-IMPACT / veda-backend

Backend services for VEDA
Other
13 stars 5 forks source link

fix: address dependabot alert 4 #414

Closed ciaransweet closed 3 months ago

ciaransweet commented 3 months ago

What this PR is

This PR bumps up fastapi in ingest_api to address: https://github.com/NASA-IMPACT/veda-backend/security/dependabot/4

The tests failed and it appears to be: https://github.com/fastapi/fastapi/discussions/11102 where root path behaviour changed in some uvicorn update

So I set it to "" rather than "/" and this appears to work 🤷