From 4aa7d8d74b2d98f7c314e43a902983861d3d4dc9 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Tue, 31 Jan 2023 16:08:39 -0500 Subject: [PATCH] Set minimum markdown-it-py version to 2.0.0 (#3102) * Bump requirements * CHANGELOG --- CHANGELOG.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db04458480..4995d8218e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ No changes to highlight. No changes to highlight. ## Full Changelog: -No changes to highlight. +* Set minimum `markdown-it-py` version to `2.0.0` so that the dollar math plugin is compatible by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3102](https://github.com/gradio-app/gradio/pull/3102) ## Contributors Shoutout: No changes to highlight. diff --git a/requirements.txt b/requirements.txt index 6cb909beaf..14c6edb81d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp altair>=4.2.0 fastapi ffmpy -markdown-it-py[linkify,plugins] +markdown-it-py[linkify,plugins]>=2.0.0 markupsafe matplotlib numpy