From cba4c0815dd828873e48e0eceff27be3eedfd2e5 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 10 Jul 2026 11:34:42 +0300 Subject: [PATCH] docs(roadmap): mark aiogram shipped, drop it from Next up modern-di-aiogram 2.0.0 is published on PyPI, so aiogram moves from the 'Next up' tier into the shipped integrations line. Celery remains the top 'Next up' item. --- ROADMAP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 72e46e5..ac5d257 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,14 +18,13 @@ 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: aiohttp, FastAPI, Litestar, FastStream, Starlette, taskiq, -Typer (plus the `modern-di-pytest` plugin). The gap below is drawn from +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. **Next up — highest demand, clear fit:** - **Celery** — the largest task-queue install base in Python. -- **aiogram** — dominant async Telegram-bot framework; a new entrypoint class. **Second wave — high value:** - **Flask** — enormous WSGI install base; its sync model fits sync resolution.