From 102674c9ac2004b8ce1144ee71246bbd95d619d8 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Thu, 9 Jul 2026 23:42:52 +0300 Subject: [PATCH] docs(roadmap): mark taskiq shipped, drop it from Next up modern-di-taskiq 2.0.0 is published on PyPI, so taskiq moves from the 'Next up' tier into the shipped integrations line. Celery and aiogram remain the top 'Next up' items. --- ROADMAP.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 94197c2..72e46e5 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,13 +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: aiohttp, FastAPI, Litestar, FastStream, Starlette, 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: 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:** -- **Taskiq** — async task queue; sync resolution fits cleanly (resolve deps - synchronously inside an async task). - **Celery** — the largest task-queue install base in Python. - **aiogram** — dominant async Telegram-bot framework; a new entrypoint class.