diff --git a/pyproject.toml b/pyproject.toml index ef16c91..60187e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Typing :: Typed", "Topic :: Software Development :: Libraries", ] -dependencies = ["typer>=0.9,<1", "modern-di>=3,<4"] +dependencies = ["typer>=0.26,<1", "modern-di>=3,<4"] version = "0" [project.urls]