NASA-IMPACT / veda-backend

Backend services for VEDA
Other
9 stars 5 forks source link

Upgrade ingest-api fastapi version [draft] #374

Open anayeaye opened 1 month ago

anayeaye commented 1 month ago

What

Fastapi version is currently pinned to support existing unit tests and this older version is causing dependabot alerts about python-multipart (which is already pinned at the fixed secure version). Unpin fastapi and adjust/replace failing tests as needed.

AC