From 71786430e8d7f572e553298646655d22757e5f04 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 27 Oct 2024 14:02:41 +0300 Subject: [PATCH] Upd readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 798a4e4..c38e54a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Easy dependency injection for all, works with Python 3.8-3.12. Main features and advantages: * support **Python 3.8-3.12**; * works with **FastAPI, Flask, Litestar** and **Django REST Framework**; -* dependency injection via `Annotated` in FastAPI; +* dependency injection via `Annotated` in `FastAPI`; +* the code is fully typed and tested by `mypy`; * **no third-party dependencies**; * **multiple containers**; * **overriding** dependencies for tests without wiring;