Skip to content

Commit a84fce8

Browse files
committed
downgrading the PyJWT dependency
1 parent ffc47b9 commit a84fce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authenticationsdk/core/MerchantConfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,5 @@ def validate_MLE_configuration(self):
499499
try:
500500
CertificateUtility.validate_path_and_file(self.mleForRequestPublicCertPath, "mleForRequestPublicCertPath", self.log_config)
501501
except Exception as err:
502-
self.logger.error(str(err))
502+
self.logger.error(str(err))
503503
raise err

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
install_requires=[
2323
"certifi",
2424
"pycryptodome",
25-
"PyJWT",
25+
"PyJWT<2.10.0",
2626
"DateTime",
2727
"setuptools",
2828
"six",

0 commit comments

Comments
 (0)