From 23be712c487611c8a8bf7a6c317951da7fd47d6a Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 29 May 2026 09:36:12 -0400 Subject: [PATCH] Remove optional dependency on commonmark This library was deprecated in 2022. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34d54fce..bdfaff2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ Documentation = "https://markdown-it-py.readthedocs.io" [project.optional-dependencies] compare = [ - "commonmark~=0.9", "markdown~=3.4", "mistletoe~=1.0", "mistune~=3.0",