Update requirements for pyjwt < 2.9

This commit is contained in:
allegroai 2023-10-10 15:17:03 +03:00
parent 9687ca3db1
commit 7783e651a5

View File

@ -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