From 1161bb21359b71b589b98222a69ecb6e40a61450 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 10 Jul 2026 17:58:53 +0300 Subject: [PATCH] docs(roadmap): mark Flask shipped modern-di-flask 2.0.0 is published on PyPI, so Flask moves into the shipped integrations line (and the shipped list is re-sorted alphabetically). arq and gRPC remain the top Next-up items. --- ROADMAP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index b252b9f..6ba7059 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: aiogram, aiohttp, Celery, FastAPI, Litestar, FastStream, +Already shipped: aiogram, aiohttp, Celery, FastAPI, FastStream, Flask, Litestar, 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:** -- **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.