diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f185b92..1fbd3f5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" license = { text = "MIT" } authors = [{ name = "R055LE" }] dependencies = [ - "fastapi>=0.121,<1.0", + "fastapi>=0.141.1,<1.0", "uvicorn[standard]>=0.38,<1.0", "sqlalchemy>=2.0,<3.0", "alembic>=1.19.0,<2.0",