From e483d818f363213214724351abd2d12d37a558dd Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 13 Jun 2026 13:04:27 +0300 Subject: [PATCH] Bump modern-di floor to >=2.16.1 2.16.1 fixes a runtime ModuleNotFoundError on clean installs without typing_extensions; pin the floor so consumers get the fixed release. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 507ed7c..e3066bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Typing :: Typed", "Topic :: Software Development :: Libraries", ] -dependencies = ["faststream>=0.7,<0.8", "modern-di>=2,<3"] +dependencies = ["faststream>=0.7,<0.8", "modern-di>=2.16.1,<3"] version = "0" [project.urls]