From 7783e651a5d047731ed1ab3e73c74723d223c388 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 10 Oct 2023 15:17:03 +0300 Subject: [PATCH] Update requirements for pyjwt < 2.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 005f3391..82654c24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Pillow>=4.1.1 psutil>=3.4.2 pyparsing>=2.0.3 python-dateutil>=2.6.1 -pyjwt>=2.4.0,<2.5.0 ; python_version > '3.5' +pyjwt>=2.4.0,<2.9.0 ; python_version > '3.5' pyjwt>=1.6.4,<2.0.0 ; python_version <= '3.5' PyYAML>=3.12 requests>=2.20.0