From a463f374493be27d7b74724c88110fa45704805e Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 10 Jul 2026 15:00:31 +0300 Subject: [PATCH] docs(roadmap): mark Celery shipped, promote Flask/arq/gRPC to Next up modern-di-celery 2.0.0 is published on PyPI, so Celery moves into the shipped integrations line. With Celery (the last Next-up item) shipped, the Second-wave tier (Flask, arq, gRPC) becomes the new Next up. --- ROADMAP.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index ac5d257..b252b9f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,15 +18,12 @@ item, or want to build one, please open or comment in ### More official integrations — "one wiring, every entrypoint" Each new entrypoint lets your existing container cover more of your stack. -Already shipped: aiogram, aiohttp, FastAPI, Litestar, FastStream, Starlette, -taskiq, Typer (plus the `modern-di-pytest` plugin). The gap below is drawn from -Dishka's integration set and sorted by community demand — exploratory, not a -queue. +Already shipped: aiogram, aiohttp, Celery, FastAPI, Litestar, FastStream, +Starlette, taskiq, Typer (plus the `modern-di-pytest` plugin). The gap below is +drawn from Dishka's integration set and sorted by community demand — +exploratory, not a queue. **Next up — highest demand, clear fit:** -- **Celery** — the largest task-queue install base in Python. - -**Second wave — high value:** - **Flask** — enormous WSGI install base; its sync model fits sync resolution. - **arq** — async Redis task/job queue, common in FastAPI stacks. - **gRPC** (`grpcio`) — steady enterprise demand; a new RPC entrypoint.