diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b9f5be..f423353 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # FastAPI and server fastapi>=0.136.1 uvicorn[standard]>=0.41.0 -python-multipart>=0.0.22 +python-multipart>=0.0.27 # Database sqlalchemy>=2.0.49