From 10ffd0bcd1c4f665719ebbf34eff3d07f2829979 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 13 Jun 2026 18:56:58 +0300 Subject: [PATCH] docs: remove redundant 'Starting a new project' callout The blockquote duplicated the Ecosystem section's modern-di guidance; the Ecosystem section is kept as the canonical place for it. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 12c101f..1a1ce16 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,6 @@ Dependency injection framework for Python. -> **Starting a new project?** Also consider -> [`modern-di`](https://github.com/modern-python/modern-di), the newer DI framework from the -> same author with a smaller core and per-framework integration packages. -> `that-depends` remains fully supported — see [Ecosystem](#ecosystem) below. - It is production-ready and gives you the following: - Simple async-first DI framework with IOC-container. - Python 3.10+ support.