This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch local-custos-integration-fixes in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git
commit 3f86396e275d4c0bcd759f996066187fdd78399e Author: Marcus Christie <[email protected]> AuthorDate: Tue May 2 16:58:05 2023 -0400 Downgrade PyJWT, newer one has incompatible method signature --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17bf72f..1e7dc69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ prompt-toolkit==3.0.32 ptyprocess==0.7.0 pure-eval==0.2.2 Pygments==2.13.0 -PyJWT==2.6.0 +PyJWT==0.4.3 pytz==2022.6 requests==2.28.2 six==1.16.0
