From 8b2fa161110e8048ca40fe046934f8669528f510 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 13 Jun 2026 13:04:39 +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 ea89045..ad903b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", ] -dependencies = ["modern-di>=2,<3", "pytest>=7"] +dependencies = ["modern-di>=2.16.1,<3", "pytest>=7"] version = "0" [project.urls]