diff --git a/pyproject.toml b/pyproject.toml index 81cad4f..2928bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ keywords = "mdformat,markdown,formatter,gfm" requires-python=">=3.7" requires=[ "mdformat >=0.7.0,<0.8.0", - "mdit-py-plugins >=0.3.0,<0.4.0", + "mdit-py-plugins >=0.3.0", "mdformat-tables >=0.4.0", "mdformat-frontmatter >=0.3.2", "mdformat-footnote >=0.1.1",