You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/01/29 14:25:44 UTC

[superset] 06/18: fix(release): pin pyjwt to version <2 (#12804)

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

villebro pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit bd83087c3ee409985c198ea56278843d4d5f6a6c
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Fri Jan 29 12:01:58 2021 +0200

    fix(release): pin pyjwt to version <2 (#12804)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 998360b..c3b0076 100644
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,7 @@ setup(
         "python-geohash",
         "pyarrow>=1.0.1, <1.1",
         "pyyaml>=5.1",
+        "PyJWT>=1.7.1, <2",
         "redis",
         "retry>=0.9.2",
         "selenium>=3.141.0",