From 943a34a8971755dda4d9d5be9ea771e49e7889e8 Mon Sep 17 00:00:00 2001 From: thesmallstar Date: Wed, 2 Apr 2025 18:36:02 +0530 Subject: [PATCH] Add version for markdownit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b744b0..eb1793d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ - "markdown-it-py", + "markdown-it-py>=3.0.0" ] [project.urls]