From 3f15019aee1e42b48e3598cbdca51cd5a17b1795 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 11 Jul 2026 15:46:22 +0300 Subject: [PATCH] docs(roadmap): mark gRPC shipped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modern-di-grpc 2.0.0 is published to PyPI. Move gRPC into the shipped integrations list; with arq and gRPC both shipped, the "Next up" tier is now clear — the remaining gap is the lower/niche-demand and community-maintained candidates below. Co-Authored-By: Claude Opus 4.8 (1M context) --- ROADMAP.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 98beeb8..823ac63 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -19,12 +19,9 @@ 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, arq, 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:** -- **gRPC** (`grpcio`) — steady enterprise demand; a new RPC entrypoint. +gRPC, 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. **Lower / niche demand:** - **aiogram-dialog** — aiogram addon; only after aiogram lands.