Updates Project Dependencies

This commit is contained in:
2024-05-14 06:07:24 -03:00
parent 467945d931
commit 0e1e49cb1a
4 changed files with 43 additions and 162 deletions

View File

@@ -9,14 +9,13 @@ from storage_service.utils.enums.file_type import FileType
from storage_service.utils.file_name_hash import file_name_hash
from storage_service.worker.storage_file_worker import storage_file_worker
from fastapi import Body, Depends
from fastapi import APIRouter, Body, Depends
from fastapi_utils.cbv import cbv
from fastapi_utils.inferring_router import InferringRouter
from rq import Queue
from typing import Annotated
s3_router = InferringRouter()
s3_router = APIRouter()
@cbv(s3_router)