This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 14bfc4188cb014079f5227881a5ca79f844785b0
Author: Andrey Anshin <[email protected]>
AuthorDate: Wed Feb 14 01:27:47 2024 +0400

    Remove `markdown` from core dependencies (#37396)
    
    * Remove `markdown` from core dependencies
    
    * Apply suggestions from code review
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    (cherry picked from commit 8b6f448e817c61d828cc78d33c38772b1f80ea7f)
---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1c59a1ec0d..aaa001b942 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -115,7 +115,6 @@ dependencies = [
     "linkify-it-py>=2.0.0",
     "lockfile>=0.12.2",
     "markdown-it-py>=2.1.0",
-    "markdown>=3.0",
     "markupsafe>=1.1.1",
     "marshmallow-oneofschema>=2.0.1",
     "mdit-py-plugins>=0.3.0",

Reply via email to