From b33da858dda1b8323b1c22a50da83e9e23bc72c8 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 22 Aug 2024 17:28:49 +0400 Subject: [PATCH] FIX: remove cap on `mdit-py-plugins` version (#28) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",