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 2021/12/26 07:27:12 UTC

[airflow] branch main updated: Bump PyJWT from `<2` to `<3` (#20490)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e3fad9  Bump PyJWT from `<2` to `<3` (#20490)
9e3fad9 is described below

commit 9e3fad9209031e52d3bcca6089c7813b4d1b8408
Author: Ashwin Madavan <as...@gmail.com>
AuthorDate: Sat Dec 25 23:26:11 2021 -0800

    Bump PyJWT from `<2` to `<3` (#20490)
    
    * Bump pyjwt from `<2` to `<3`
    
    * Update setup.cfg
---
 setup.cfg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index f743299..8e338a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -134,8 +134,7 @@ install_requires =
     pep562~=1.0;python_version<"3.7"
     psutil>=4.2.0, <6.0.0
     pygments>=2.0.1, <3.0
-    # Required for flask-jwt-extended and msal
-    pyjwt<2
+    pyjwt<3
     # python daemon crashes with 'socket operation on non-socket' for python 3.8+ in version < 2.2.4
     # https://pagure.io/python-daemon/issue/34
     python-daemon>=2.2.4