You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/11/06 15:05:18 UTC

[airflow] branch master updated: Unpin 'markdown' library (#12134)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dd4e96  Unpin 'markdown' library (#12134)
2dd4e96 is described below

commit 2dd4e96045d4a7f45cc8c06df3d25c4f1479392c
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Nov 6 15:04:03 2020 +0000

    Unpin 'markdown' library (#12134)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 992ee1f..50de8db 100644
--- a/setup.py
+++ b/setup.py
@@ -734,7 +734,7 @@ INSTALL_REQUIREMENTS = [
     'jsonschema~=3.0',
     'lazy_object_proxy~=1.3',
     'lockfile>=0.12.2',
-    'markdown>=2.5.2, <3.0',
+    'markdown>=2.5.2, <4.0',
     'markupsafe>=1.1.1, <2.0',
     'marshmallow-oneofschema>=2.0.1',
     'pandas>=0.17.1, <2.0',