From 82f1f03b1db9dd4a07df0adf7cf132f6194b6d9b Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 19 Dec 2024 13:15:27 -0600 Subject: [PATCH] fix: mdformat --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64c8c0734c..1022c5f157 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "flake8-pydantic", # For detecting issues with Pydantic models "flake8-type-checking", # Detect imports to move in/out of type-checking blocks "isort>=5.13.2,<6", # Import sorting linter - "mdformat==0.7.19", # Auto-formatter for markdown + "mdformat>=0.7.19", # Auto-formatter for markdown "mdformat-gfm>=0.3.5", # Needed for formatting GitHub-flavored markdown "mdformat-frontmatter>=0.4.1", # Needed for frontmatters-style headers in issue templates "mdformat-pyproject>=0.0.2", # Allows configuring in pyproject.toml